* fix bug#258

This commit is contained in:
chencongzhi520@gmail.com
2011-09-18 00:31:32 +00:00
parent 1e4caf287b
commit 6ed9f3a7f8
+2
View File
@@ -41,6 +41,8 @@ class taskModel extends model
->remove('after,files,labels')
->get();
if($assignedTo) $task->assignedDate = helper::now();
$this->setStatus($task);
$this->dao->insert(TABLE_TASK)->data($task)