* Finish task #3219.

This commit is contained in:
pengjiangxiu
2017-09-13 16:28:56 +08:00
parent 479a1b1ea8
commit f1efc0e51e
8 changed files with 29 additions and 18 deletions
+1
View File
@@ -56,6 +56,7 @@ class task extends control
$task->estStarted = '';
$task->deadline = '';
$task->mailto = '';
$task->color = '';
if($taskID > 0)
{
$task = $this->task->getByID($taskID);