From 2ee5aac6593911a2120c4cd42279d33397ef3457 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 1 Oct 2012 12:35:59 +0000 Subject: [PATCH] [-] MO : fixed bug #PSCFV-4456 --- modules/blockcategories/blockcategories.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blockcategories/blockcategories.php b/modules/blockcategories/blockcategories.php index 23a1fd4c8..4a434aae8 100644 --- a/modules/blockcategories/blockcategories.php +++ b/modules/blockcategories/blockcategories.php @@ -54,6 +54,7 @@ class BlockCategories extends Module !$this->registerHook('categoryUpdate') || !$this->registerHook('categoryDeletion') || !$this->registerHook('actionAdminMetaControllerUpdate_optionsBefore') || + !$this->registerHook('actionAdminLanguagesControllerStatusBefore') || !Configuration::updateValue('BLOCK_CATEG_MAX_DEPTH', 4) || !Configuration::updateValue('BLOCK_CATEG_DHTML', 1)) return false;