* Finish task #83745.

This commit is contained in:
tianshujie
2023-02-06 10:35:12 +08:00
parent 7faf11867e
commit a1aa671bb2
6 changed files with 19 additions and 12 deletions
+6 -1
View File
@@ -199,7 +199,12 @@ class group extends control
*/
public function managePriv($type = 'byGroup', $param = 0, $menu = '', $version = '')
{
if($type == 'byGroup') $groupID = $param;
if($type == 'byGroup')
{
$groupID = $param;
$this->lang->custom->common = $this->lang->group->config;
}
$this->view->type = $type;
foreach($this->lang->resource as $moduleName => $action)
{