Skip to content

Commit 7e1dceb

Browse files
author
Oleksandr Karpenko
committed
Merge remote-tracking branch 'origin/MAGETWO-52022' into BUGS
2 parents 650e67e + 815154e commit 7e1dceb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+1
-1
lines changed

app/code/Magento/CustomerImportExport/Model/Import/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ protected function _prepareDataForUpdate(array $rowData)
365365

366366
// password change/set
367367
if (isset($rowData['password']) && strlen($rowData['password'])) {
368-
$entityRow['password_hash'] = $this->_customerModel->hashPassword($rowData['password']);
368+
$rowData['password_hash'] = $this->_customerModel->hashPassword($rowData['password']);
369369
}
370370

371371
// attribute values

0 commit comments

Comments
 (0)