// Normalize

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12746 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-27 10:28:56 +00:00
parent b50321d328
commit d514b6dc9b
15 changed files with 223 additions and 231 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class BlockMyAccount extends Module
public function uninstall()
{
return (parent::uninstall() AND $this->removeMyAccountBlockHook());
return (parent::uninstall() && $this->removeMyAccountBlockHook());
}
public function hookDisplayLeftColumn($params)