// duplicate hooking on install

This commit is contained in:
gRoussac
2013-12-11 16:31:37 +01:00
parent c574b04a63
commit 3249a6bd99
+1 -1
View File
@@ -45,7 +45,7 @@ class BlockUserInfo extends Module
public function install()
{
return (parent::install() && $this->registerHook('displayNav') && $this->registerHook('displayNav') && $this->registerHook('displayHeader'));
return (parent::install() && $this->registerHook('displayTop') && $this->registerHook('displayNav') && $this->registerHook('displayHeader'));
}
/**