[-] MO : #PNM-73 : Mail alerts redirect url on logout corrected
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14266 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -96,7 +96,6 @@ class MailAlert extends ObjectModel
|
||||
$shop = Context::getContext()->shop;
|
||||
|
||||
$customer = new Customer($id_customer);
|
||||
$customer_email = $customer->email;
|
||||
$products = MailAlert::getProducts($customer, $id_lang);
|
||||
$products_number = count($products);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user