// Fix auth issues for multishop

This commit is contained in:
rMalie
2012-02-27 17:03:58 +00:00
parent ebdf5e92bd
commit f1d8763d35
3 changed files with 3 additions and 7 deletions
-1
View File
@@ -461,7 +461,6 @@ class ShopCore extends ObjectModel
if ($results = Db::getInstance()->executeS($sql))
{
$group_shop = new GroupShop();
foreach ($results as $row)
{
if (!isset(self::$shops[$row['id_group_shop']]))