From 57584f5efa7bf9c52c44dfdfe4fcee807ec129e7 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 14 Aug 2012 08:07:06 +0000 Subject: [PATCH] [-] BO : fixed wrong link on AdminHome #PSCFV-3614 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16839 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminHomeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php index a5d4f1494..5a490e7d9 100644 --- a/controllers/admin/AdminHomeController.php +++ b/controllers/admin/AdminHomeController.php @@ -132,7 +132,7 @@ class AdminHomeControllerCore extends AdminController $opti_list[] = array( 'title' => $this->l('Shop enabled'), - 'href' => $link->getAdminLink('AdminPreferences'), + 'href' => $link->getAdminLink('AdminMaintenance'), 'color' => $lights[$shopEnabled]['color'], 'image' => $lights[$shopEnabled]['image'], );