* fix a bug : search tasks have not process.

This commit is contained in:
areyou123456
2012-06-16 07:29:05 +00:00
parent 9f1abf7c2d
commit af0be95113
+1
View File
@@ -1022,6 +1022,7 @@ class projectModel extends model
->andWhere('t1.id')->in(array_keys($taskIdList))
->orderBy($orderBy)
->fetchAll();
$this->loadModel('task')->processTasks($tasks);
return $tasks;
}