* code for task#1373.

This commit is contained in:
zhujinyong
2013-06-14 03:08:45 +00:00
parent 5e2be87236
commit a7b92bcd60
2 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ class task extends control
$stories = $this->story->getProjectStoryPairs($projectID);
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$contactLists = $this->user->getContactLists($this->app->user->account, 'withnote');
$moduleOptionMenu = $this->tree->getOptionMenu($projectID, $viewType = 'task');
$moduleOptionMenu = $this->tree->getTaskOptionMenu($projectID, $viewType = 'task');
$title = $project->name . $this->lang->colon . $this->lang->task->create;
$position[] = html::a($taskLink, $project->name);