// Fix module blockmaccount with context

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8122 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-19 14:04:41 +00:00
parent 7cadad5d3e
commit 31e78477ef
+1 -1
View File
@@ -58,7 +58,7 @@ class BlockMyAccount extends Module
public function hookLeftColumn($params)
{
if ($this->context->customer->isLogged())
if (!$this->context->customer->isLogged())
return false;
$this->context->smarty->assign(array(
'voucherAllowed' => (int)(Configuration::get('PS_VOUCHERS')),