This commit is contained in:
hufangzhou
2023-04-19 13:27:44 +08:00
parent 577fc81216
commit 0a4c703a93
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ class group extends control
$this->lang->custom->common = $this->lang->group->config;
if($this->config->edition == 'max' and $this->config->vision == 'rnd' and isset($this->lang->baseline)) $this->lang->baseline->common = $this->lang->group->docTemplate;
$modules = $this->group->getPrivManagerPairs('module', $menu);
$modules = $this->group->getPrivManagerPairs('module', $menu);
$this->view->group = $group;
$this->view->groupPrivs = $groupPrivs;
$this->view->groupID = $groupID;