// Missing ";"

This commit is contained in:
mDeflotte
2012-05-18 14:51:18 +00:00
parent ff68d636c3
commit 69658f3276

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