[-] MO : fixed bug #PSCFV-4456

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17640 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-10-01 12:35:59 +00:00
parent fab4f5aa65
commit 71cd43a264
@@ -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;