// Homefeatured: Use the new hook name

This commit is contained in:
mDeflotte
2012-03-27 09:46:23 +00:00
parent 282b0df9e4
commit 91b9f4e016
+1 -1
View File
@@ -49,7 +49,7 @@ class HomeFeatured extends Module
function install()
{
if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) || !parent::install() || !$this->registerHook('home') || !$this->registerHook('displayHeader'))
if (!Configuration::updateValue('HOME_FEATURED_NBR', 8) || !parent::install() || !$this->registerHook('displayHome') || !$this->registerHook('displayHeader'))
return false;
return true;
}