// Improve performance and bug fixes

This commit is contained in:
rGaillard
2012-06-06 16:22:48 +00:00
parent e636665621
commit 99b22fbbb8
32 changed files with 97 additions and 66 deletions
+8
View File
@@ -770,6 +770,14 @@ class ShopCore extends ObjectModel
{
return self::$context_id_shop_group;
}
public static function getContextShopGroup()
{
static $context_shop_group = null;
if ($context_shop_group === null)
$context_shop_group = new ShopGroup((int)self::$context_id_shop_group);
return $context_shop_group;
}
/**
* Add an sql restriction for shops fields