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') ||