* Finish task #7551.

This commit is contained in:
sgm0422
2020-07-25 18:49:20 +08:00
parent 97bfc8fd50
commit deb448d2bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ class task extends control
$this->view->title = $this->view->project->name . $this->lang->colon . $this->lang->task->assign;
$this->view->position[] = $this->lang->task->assign;
$this->view->task = $task;
$this->view->members = $members + array('closed' => 'Closed');
$this->view->members = $members;
$this->view->users = $this->loadModel('user')->getPairs();
$this->display();
}