Skip to content

Commit 815154e

Browse files
author
Sergey Semenov
committed
Merge commit 'refs/pull/4164/head' of https://github.com/magento/magento2 into MAGETWO-52022
2 parents 72643bf + d7c65d7 commit 815154e

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)