[-] 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:
lLefevre
2012-09-04 07:57:59 +00:00
parent 12a93524bb
commit e5b0d70057
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,