diff --git a/ps_mainmenu.php b/ps_mainmenu.php index d8d7157..1d4aa8b 100644 --- a/ps_mainmenu.php +++ b/ps_mainmenu.php @@ -86,7 +86,8 @@ class Ps_MainMenu extends Module implements WidgetInterface !$this->registerHook('actionObjectProductDeleteAfter') || !$this->registerHook('actionObjectProductAddAfter') || !$this->registerHook('categoryUpdate') || - !$this->registerHook('actionShopDataDuplication')) { + !$this->registerHook('actionShopDataDuplication') || + !$this->registerHook('displayTop')) { return false; }