[-] 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user