From 5a01b62e6b54a631e148fd581ef0e12709e77201 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 18 May 2012 14:51:18 +0000 Subject: [PATCH] // Missing ";" git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15384 b9a71923-0436-4b27-9f14-aed3839534dd --- 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