// Fix blockcategory install with new fixtures

This commit is contained in:
Damien Metzger
2013-11-18 19:28:49 +01:00
parent 4f2ef4a638
commit a2e1d5ad90
+1 -1
View File
@@ -66,7 +66,7 @@ class Blocktopmenu extends Module
{
if (!parent::install() ||
!$this->registerHook('displayTop') ||
!Configuration::updateGlobalValue('MOD_BLOCKTOPMENU_ITEMS', 'CAT1,CMS1,CMS2,PRD1') ||
!Configuration::updateGlobalValue('MOD_BLOCKTOPMENU_ITEMS', 'CAT3,CAT26') ||
!Configuration::updateGlobalValue('MOD_BLOCKTOPMENU_SEARCH', '1') ||
!$this->registerHook('actionObjectCategoryUpdateAfter') ||
!$this->registerHook('actionObjectCategoryDeleteAfter') ||