* fix bugs.

This commit is contained in:
wangyidong
2014-08-26 01:34:27 +00:00
parent 02d5200f98
commit 9a5f14614b
5 changed files with 7 additions and 6 deletions
+1
View File
@@ -815,6 +815,7 @@ class task extends control
if(!isset($this->view->members[$this->view->task->finishedBy])) $this->view->members[$this->view->task->finishedBy] = $this->view->task->finishedBy;
$this->view->title = $this->view->project->name . $this->lang->colon .$this->lang->task->activate;
$this->view->position[] = $this->lang->task->activate;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->display();
}