From b5df182b3d1214643b39f83fed3352e3823e9aec Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 21 May 2012 12:22:54 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-2467 : Now, You can update your theme in AdminThemes --- classes/controller/AdminController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 7cd134a54..55376d28a 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -900,7 +900,7 @@ class AdminControllerCore extends Controller if (Shop::isFeatureActive() && isset($options['visibility']) && $options['visibility'] > Shop::getContext()) continue; - if (Shop::isFeatureActive() && Shop::getContext() != Shop::CONTEXT_ALL && empty($_POST['multishopOverrideOption'][$key])) + if (Shop::isFeatureActive() && Shop::getContext() != Shop::CONTEXT_ALL && empty($options['no_multishop_checkbox']) && empty($_POST['multishopOverrideOption'][$key])) { Configuration::deleteFromContext($key); continue;