* fix a bug.

This commit is contained in:
wangyidong
2014-12-05 01:37:42 +00:00
parent d015ef75e7
commit bf41cdedb3
+2 -2
View File
@@ -198,9 +198,9 @@ class project extends control
$taskQuery = $this->search->replaceDynamic($taskQuery);
$this->session->set('taskQueryCondition', $taskQuery);
$this->session->set('taskOnlyCondition', true);
$this->session->set('taskOrderBy', $allProject);
$this->session->set('taskOrderBy', $sort);
$tasks = $this->project->getSearchTasks($taskQuery, $pager, $allProject);
$tasks = $this->project->getSearchTasks($taskQuery, $pager, $sort);
}
/* Build the search form. */