// Fix configuration when multishop is disabled

This commit is contained in:
rMalie
2012-02-13 10:08:59 +00:00
parent dfd1e983b0
commit a057ac8e2e
+3
View File
@@ -448,6 +448,9 @@ class ConfigurationCore extends ObjectModel
*/
protected static function getShopFromContext(&$id_group_shop, &$id_shop)
{
if (!Shop::isFeatureActive())
return;
list($shopID, $shopGroupID) = Shop::getContext();
if (is_null($id_shop))
$id_shop = $shopID;