From a9ec533efd2f724d1e0652ca0d6f9290770470e8 Mon Sep 17 00:00:00 2001 From: wyd621 Date: Tue, 11 Mar 2014 09:16:50 +0000 Subject: [PATCH] * finish task #1818. --- module/task/control.php | 1 - module/task/view/finish.html.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/module/task/control.php b/module/task/control.php index dec8b260c3..aa83d134ca 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -589,7 +589,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->users = $this->loadModel('user')->getPairs('nodeleted|noletter', $this->view->task->openedBy); $this->view->date = strftime("%Y-%m-%d %X", strtotime('now')); $this->display(); diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php index f6716b9e16..3a4ec291f6 100644 --- a/module/task/view/finish.html.php +++ b/module/task/view/finish.html.php @@ -21,7 +21,7 @@ task->assignedTo;?> - openedBy, "class='select-3 chosen'");?> + openedBy, "class='select-3 chosen'");?> task->finishedDate;?>