// Missing ";"

This commit is contained in:
mDeflotte
2012-05-18 14:51:18 +00:00
parent cc207b30ce
commit 9cd685c6f4
+1 -1
View File
@@ -730,7 +730,7 @@ class AdminModulesControllerCore extends AdminController
$toolbar .= 'shop <b>'.$this->context->shop->name.'</b>';
elseif (Shop::getContext() == Shop::CONTEXT_GROUP)
{
$shop_group = new ShopGroup((int)Shop::getContextShopGroupID())
$shop_group = new ShopGroup((int)Shop::getContextShopGroupID());
$toolbar .= 'all shops of group shop <b>'.$shop_group->name.'</b>';
}
else