[-] MO: Fix displayHeader hook in homeFeatured

This commit is contained in:
rMalie
2011-12-22 10:28:56 +00:00
parent cfd3f6d9ea
commit cd4b3995be
+1 -1
View File
@@ -49,7 +49,7 @@ class HomeFeatured extends Module
function install()
{
if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) OR !parent::install() OR !$this->registerHook('home'))
if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) || !parent::install() || !$this->registerHook('home') || !$this->registerHook('displayHeader'))
return false;
return true;
}