// Fix little bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16406 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-13 09:29:46 +00:00
parent 0dacaa5802
commit 15d23c2bef
+1 -1
View File
@@ -46,7 +46,7 @@ class BlockCategories extends Module
public function install()
{
if (!parent::install() ||
!$this->registerHook('rightColumn') ||
!$this->registerHook('leftColumn') ||
!$this->registerHook('header') ||
// Temporary hooks. Do NOT hook any module on it. Some CRUD hook will replace them as soon as possible.
!$this->registerHook('categoryAddition') ||