From 1d96a7299a40e5f1b4f0912d76c1a69b770a4aaa Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jul 2012 09:29:46 +0000 Subject: [PATCH] // Fix little bug --- 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') ||