// Restore shop context in shop list and can filter shop pages per group shop

This commit is contained in:
rMalie
2012-02-24 08:58:21 +00:00
parent 683ab16d3c
commit f38e9725e7
3 changed files with 15 additions and 14 deletions
-10
View File
@@ -689,16 +689,6 @@ class ShopCore extends ObjectModel
return self::$context_id_group_shop;
}
/**
* Get ID shop from context
*
* @return int
*/
public static function getContextGroupID()
{
return Shop::getContext('group');
}
/**
* Add an sql restriction for shops fields
*