This commit is contained in:
holan20180123
2021-05-19 09:20:07 +08:00
parent e26f2e22a8
commit 9371c94362
+1 -1
View File
@@ -159,7 +159,7 @@ class doc extends control
{
$execution = $this->execution->getByID($objectID);
$this->lang->doc->execution = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->execution);
$this->lang->doc->libTypeList['execution'] = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->libTypeList['execution']);
if($execution->type == 'stage') $this->lang->doc->libTypeList['execution'] = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->libTypeList['execution']);
}
$libTypeList = $this->lang->doc->libTypeList;