* fix a bug.

This commit is contained in:
wangyidong
2014-12-03 09:00:48 +00:00
parent b25a13a281
commit 01e9ebf0b4
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -753,6 +753,7 @@ class task extends control
{
$taskIDList = $this->post->taskIDList;
unset($_POST['taskIDList']);
unset($_POST['assignedTo']);
$this->loadModel('action');
$tasks = $this->task->getByList($taskIDList);