// Context part 31

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8087 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-08-17 10:07:12 +00:00
parent b8706ddd8a
commit cb3d802346
57 changed files with 200 additions and 165 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ class MailAlerts extends Module
$id_product = (int)($params['product']->id);
$id_product_attribute = 0;
if (!$this->context->cookie->isLogged())
if (!$this->context->customer->isLogged())
$this->context->smarty->assign('email', 1);
else
{