// return in hookdisplaymobilecustomeraccount

This commit is contained in:
mBertholino
2012-02-28 09:49:22 +00:00
parent 7cf9e25afe
commit fb208d2459
@@ -90,7 +90,7 @@ class FavoriteProducts extends Module
public function hookDisplayMobileCustomerAccount($params)
{
$this->smarty->assign('mobile_hook', true);
$this->hookDisplayCustomerAccount($params);
return $this->hookDisplayCustomerAccount($params);
}
public function hookDisplayMyAccountBlock($params)