From 252eb868d9108ddc34405db3a6d8e533a3b0921d Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 2 Sep 2013 10:15:57 +0200 Subject: [PATCH] //dashtrends before dashproducts --- install-dev/models/install.php | 2 +- modules/dashproducts/dashproducts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'); }