* Change judgment condition.

This commit is contained in:
Yagami
2023-05-04 17:05:52 +08:00
parent 1af5aff52b
commit ffd2b525c8
14 changed files with 46 additions and 54 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class group extends control
$changelogs = ',' . join(',', $changelog) . ',';
$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;
if(($this->config->edition == 'max' or $this->config->edition == 'ipd') and $this->config->vision == 'rnd' and isset($this->lang->baseline)) $this->lang->baseline->common = $this->lang->group->docTemplate;
$modules = $this->group->getPrivManagerPairs('module', $menu);