From 05266a9dfdb03cb80982fc1e52d16139028de5d6 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 22 Dec 2011 18:53:52 +0000 Subject: [PATCH] // little fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11670 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminGroupsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminGroupsController.php b/controllers/admin/AdminGroupsController.php index e202d3ff0..0182e89e4 100644 --- a/controllers/admin/AdminGroupsController.php +++ b/controllers/admin/AdminGroupsController.php @@ -117,6 +117,7 @@ class AdminGroupsControllerCore extends AdminController $this->tpl_view_vars = array( 'group' => $group, + 'language' => $this->context->language, 'customerList' => $this->renderCustomersList($group), 'categorieReductions' => $this->formatCategoryDiscountList($group->id) );