This commit is contained in:
tianshujie98
2021-07-21 11:38:10 +08:00
parent fa763bc550
commit 7c0ee909ec
+1 -1
View File
@@ -2985,7 +2985,7 @@ class execution extends control
$this->loadModel('project');
$project = $this->project->getByID($this->session->project);
if($project->model == 'waterfall') $this->lang->executionCommon = $this->lang->project->stage;
if(!empty($project->model) and $project->model == 'waterfall') $this->lang->executionCommon = $this->lang->project->stage;
$this->view->fileName = (in_array($status, array('all', 'undone')) ? $this->lang->execution->$status : $this->lang->execution->statusList[$status]) . $this->lang->executionCommon;