[-] BO : fix #PSCFV-3893
This commit is contained in:
@@ -85,7 +85,7 @@ class PasswordControllerCore extends FrontController
|
||||
if ($customer->update())
|
||||
{
|
||||
Hook::exec('actionPasswordRenew', array('customer' => $customer, 'password' => $password));
|
||||
if (Mail::Send($this->context->language->id, 'password', Mail::l('Your new admin password'),
|
||||
if (Mail::Send($this->context->language->id, 'password', Mail::l('Your new password'),
|
||||
array(
|
||||
'{email}' => $customer->email,
|
||||
'{lastname}' => $customer->lastname,
|
||||
|
||||
Reference in New Issue
Block a user