// Context part 20
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7740 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -532,7 +532,7 @@ class ShopCore extends ObjectModel
|
||||
{
|
||||
if (!isset($context->shop))
|
||||
return ($type == 'shop' || $type == 'group') ? '' : array('', '');
|
||||
$shopID = (int)$context->shop->id_shop;
|
||||
$shopID = (int)$context->shop->getID();
|
||||
$shopGroupID = (int)$context->shop->id_group_shop;
|
||||
}
|
||||
$executed = true;
|
||||
|
||||
Reference in New Issue
Block a user