// fix when multishop is not activated

This commit is contained in:
mMarinetti
2011-10-27 14:41:51 +00:00
parent c5c08b0e87
commit 4510495980
+2
View File
@@ -888,6 +888,8 @@ class AdminControllerCore extends Controller
'<b>'.Context::getContext()->shop->name.'</b>'
);
}
else
$shop_name = Configuration::get('PS_SHOP_NAME');
// Multishop
$is_multishop = Shop::isFeatureActive();// && Context::shop() != Shop::CONTEXT_ALL;