* Modifying Language Items.
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user