From 10497362267ea56c7bedd5a72e644895bf529d96 Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 5 Mar 2012 09:55:47 +0000 Subject: [PATCH] // multistore can be chosen on AdminHome, this fix the #PSTEST-950 bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13829 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminHomeController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminHomeController.php b/controllers/admin/AdminHomeController.php index 18e11041b..d2d2b77e9 100644 --- a/controllers/admin/AdminHomeController.php +++ b/controllers/admin/AdminHomeController.php @@ -31,7 +31,6 @@ class AdminHomeControllerCore extends AdminController public function __construct() { - $this->multishop_context = Shop::CONTEXT_ALL; parent::__construct(); }