[-] BO : fix #PSCFV-2467 : Now, You can update your theme in AdminThemes

This commit is contained in:
lLefevre
2012-05-21 12:22:54 +00:00
parent 7b5d0bc72e
commit b5df182b3d
+1 -1
View File
@@ -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;