[-] 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:
fGaillard
2012-03-26 15:13:01 +00:00
parent 2e07b0eb26
commit 7ccf9341af
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -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);