From 7c29f0487ddf55ec7a9da007462a3bcd5e5812c6 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Wed, 26 Sep 2012 08:53:14 +0000 Subject: [PATCH] // Blockcategories should be hooked on footer by default --- modules/blockcategories/blockcategories.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index a02546d09..23a1fd4c8 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -47,6 +47,7 @@ class BlockCategories extends Module { if (!parent::install() || !$this->registerHook('leftColumn') || + !$this->registerHook('footer') || !$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') ||