[-] BO : fix #PSCFV-3893

This commit is contained in:
lLefevre
2012-09-04 07:57:59 +00:00
parent 3bace1b223
commit 2de487e5cd
16 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -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,