* Finish task #5109.

This commit is contained in:
Yagami
2018-11-12 17:00:22 +08:00
parent ca48885926
commit b863fe5f92
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -456,6 +456,7 @@ class testtask extends control
$actionID = $this->loadModel('action')->create('testtask', $taskID, 'edited');
$this->action->logHistory($actionID, $changes);
}
if($this->post->comment != '') $actionID = $this->action->create('testtask', $taskID, 'Commented', $this->post->comment);
die(js::locate(inlink('view', "taskID=$taskID"), 'parent'));
}