[-] BO : fix #PSCFV-3893
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17157 b9a71923-0436-4b27-9f14-aed3839534dd
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