From 49ce3f9d82217a375eaa5ef7ee30e7c3a5870d46 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jul 2012 08:04:05 +0000 Subject: [PATCH] // By default module blockcart is on the right collumn --- 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 a8950fbd2..663c07aa2 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('leftColumn') || + !$this->registerHook('rightColumn') || !$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') ||