From fe71b33081e40e5c949b960abaec160e7e1bbbfd Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 27 Mar 2012 09:46:23 +0000 Subject: [PATCH] // Homefeatured: Use the new hook name git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14293 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/homefeatured/homefeatured.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homefeatured/homefeatured.php b/modules/homefeatured/homefeatured.php index 94a06eb83..723e9a1f8 100644 --- a/modules/homefeatured/homefeatured.php +++ b/modules/homefeatured/homefeatured.php @@ -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; }