This commit is contained in:
rMalie
2011-07-13 13:26:40 +00:00
parent cd89d62a53
commit cb3f2f7b52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class ShopCore extends ObjectModel
return ($type == 'shop' || $type == 'group') ? '' : array('', '');
// Parse shopContext cookie value (E.g. s-2, g-4)
$split = explode('-', Context::getContext()->cookie);
$split = explode('-', Context::getContext()->cookie->shopContext);
$shopID = $shopGroupID = '';
if (count($split) == 2)
{