From 833f89610d64ac2afb7808a5c90f76fbc3391beb Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 7 Jan 2013 03:16:43 +0000 Subject: [PATCH] * fix a bug for group byModule. --- module/group/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/group/control.php b/module/group/control.php index 5217503d26..1d97e82bcc 100644 --- a/module/group/control.php +++ b/module/group/control.php @@ -126,7 +126,7 @@ class group extends control $this->view->type = $type; foreach($this->lang->resource as $moduleName => $action) { - if($this->group->checkMenuModule($menu, $moduleName)) $this->app->loadLang($moduleName); + if($this->group->checkMenuModule($menu, $moduleName) or $type != 'byGroup') $this->app->loadLang($moduleName); } if(!empty($_POST))