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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13842 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-03-05 14:25:08 +00:00
parent 2945e4f132
commit 7107ea92b0
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;