* finish task #3349.

This commit is contained in:
wangyidong
2017-11-09 13:56:06 +08:00
parent 76d140b197
commit 42593e686a
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -787,7 +787,6 @@ class task extends control
$this->view->title = $this->view->project->name . $this->lang->colon .$this->lang->task->finish;
$this->view->position[] = $this->lang->task->finish;
$this->view->date = strftime("%Y-%m-%d %X", strtotime('now'));
$this->view->members = $members;
$this->display();