From 69658f327613f0d048b39c4e7efaaa4ce6efe58e Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 18 May 2012 14:51:18 +0000 Subject: [PATCH] // Missing ";" --- controllers/admin/AdminModulesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 4f208a3eb..f5d0eeaae 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -730,7 +730,7 @@ class AdminModulesControllerCore extends AdminController $toolbar .= 'shop '.$this->context->shop->name.''; 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 '.$shop_group->name.''; } else