From 15d23c2befda2e9041e386b036d37a3dec7a4aad Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jul 2012 09:29:46 +0000 Subject: [PATCH] // Fix little bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16406 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcategories/blockcategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index 663c07aa2..a8950fbd2 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -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') ||