// return in hookdisplaymobilecustomeraccount

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13667 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mBertholino
2012-02-28 09:49:22 +00:00
parent ad4abf1e00
commit d467048f02
@@ -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)