[-] MO : BugFix : max level-depth is now set to 4 (instead of 3 before, as the new root category has come)

This commit is contained in:
vChabot
2012-03-05 14:25:08 +00:00
parent 674d3b166c
commit 41e19149c7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class BlockCategories extends Module
!$this->registerHook('categoryUpdate') ||
!$this->registerHook('categoryDeletion') ||
!$this->registerHook('afterSaveAdminMeta') ||
!Configuration::updateValue('BLOCK_CATEG_MAX_DEPTH', 3) ||
!Configuration::updateValue('BLOCK_CATEG_MAX_DEPTH', 4) ||
!Configuration::updateValue('BLOCK_CATEG_DHTML', 1))
return false;
return true;