// Remove Module->templateAssign() from modules (use $this->smarty->assign() instead)

This commit is contained in:
rMalie
2011-12-05 14:04:35 +00:00
parent a25d5d2488
commit 1699ae2f34
21 changed files with 86 additions and 104 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class BlockUserInfo extends Module
if (!$this->active)
return;
$this->templateAssign(array(
$this->smarty->assign(array(
'cart' => $this->context->cart,
'cart_qties' => $this->context->cart->nbProducts(),
'logged' => $this->context->customer->isLogged(),