diff --git a/install-dev/models/install.php b/install-dev/models/install.php index cb5163b8d..b9c1662c8 100644 --- a/install-dev/models/install.php +++ b/install-dev/models/install.php @@ -551,8 +551,8 @@ class InstallModelInstall extends InstallAbstractModel 'blockviewed', 'cheque', 'dashactivity', - 'dashproducts', 'dashtrends', + 'dashproducts', 'favoriteproducts', 'graphartichow', 'graphgooglechart', diff --git a/modules/dashproducts/dashproducts.php b/modules/dashproducts/dashproducts.php index bdfa220de..150583f09 100644 --- a/modules/dashproducts/dashproducts.php +++ b/modules/dashproducts/dashproducts.php @@ -47,7 +47,7 @@ class Dashproducts extends Module return true; } - public function hookDashboardZoneOne($params) + public function hookDashboardZoneTwo($params) { return $this->display(__FILE__, 'dashboard_zone_two.tpl'); }