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