* Finish task #89141.

This commit is contained in:
liumengyi
2023-03-27 16:51:18 +08:00
parent f818d387f2
commit 3771b0d154
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class doc extends control
if($execution->type == 'stage') $this->lang->doc->execution = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->execution);
}
if($type == 'custom') unset($this->lang->doclib->aclList['defalut']);
if($type == 'custom') unset($this->lang->doclib->aclList['default']);
if($type != 'custom')
{
$this->lang->doclib->aclList['default'] = sprintf($this->lang->doclib->aclList['default'], $this->lang->{$type}->common);