* Modifying Language Items.

This commit is contained in:
holan20180123
2021-05-19 11:12:10 +08:00
parent 729c3c4891
commit 56f4c24cc7
+1 -1
View File
@@ -158,7 +158,7 @@ class doc extends control
if($type == 'execution')
{
$execution = $this->execution->getByID($objectID);
$this->lang->doc->execution = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->execution);
if($execution->type == 'stage') $this->lang->doc->execution = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->execution);
if($execution->type == 'stage') $this->lang->doc->libTypeList['execution'] = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->doc->libTypeList['execution']);
}