// Fix module blockmaccount with context

This commit is contained in:
rMalie
2011-08-19 14:04:41 +00:00
parent fb55cfcd11
commit 8501dc0859
+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')),