[-] BO : fix #PSCFV-3893

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17156 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-04 07:49:53 +00:00
parent 5a56ca9c8b
commit 12a93524bb
5 changed files with 21 additions and 21 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 password'),
if (Mail::Send($this->context->language->id, 'password', Mail::l('Your new admin password'),
array(
'{email}' => $customer->email,
'{lastname}' => $customer->lastname,