* Code for error.

This commit is contained in:
Yagami
2023-02-08 11:01:09 +08:00
parent cbb41cb5aa
commit 877435e6e6
+1 -1
View File
@@ -625,7 +625,7 @@ class task extends control
if(isset($this->view->members['closed']) or $this->view->task->status == 'closed') $this->view->members['closed'] = 'Closed';
$executions = array();
if(!empty($task->project)) $executions = $this->execution->getByProject($projectID, 'all', 0, true);
if(!empty($task->project)) $executions = $this->execution->getByProject($task->project, 'all', 0, true);
$this->view->title = $this->lang->task->edit . 'TASK' . $this->lang->colon . $this->view->task->name;
$this->view->position[] = $this->lang->task->common;