// Fix little bug

This commit is contained in:
mDeflotte
2012-07-13 09:29:46 +00:00
parent 2d9054cdf7
commit 1d96a7299a
+1 -1
View File
@@ -46,7 +46,7 @@ class BlockCategories extends Module
public function install()
{
if (!parent::install() ||
!$this->registerHook('rightColumn') ||
!$this->registerHook('leftColumn') ||
!$this->registerHook('header') ||
// Temporary hooks. Do NOT hook any module on it. Some CRUD hook will replace them as soon as possible.
!$this->registerHook('categoryAddition') ||