* code for task#1801.

This commit is contained in:
xia0ta0
2014-03-05 14:25:11 +08:00
parent 25262593fc
commit a6ee76e383
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ class task extends control
$this->view->title = $project->name . $this->lang->colon . $this->lang->task->batchEdit;
$this->view->position[] = html::a($this->createLink('project', 'browse', "project=$project->id"), $project->name);
$this->view->project = $project;
$this->view->modules = $this->tree->getOptionMenu($projectID, $viewType = 'task');
$this->view->modules = $this->tree->getTaskOptionMenu($projectID);
$this->view->members = $members;
}
/* The tasks of my. */