[-] MO : #PNM-73 : Mail alerts redirect url on logout corrected

This commit is contained in:
Francois Gaillard
2012-03-26 15:13:01 +00:00
parent 775b975982
commit 3a5a2c9bbe
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);