* fix bug.

This commit is contained in:
wangyidong
2019-09-19 14:19:38 +08:00
parent 501ac515ab
commit 2a81b74f81
+1 -1
View File
@@ -505,7 +505,7 @@ class testtask extends control
if($this->post->comment != '' or !empty($changes))
{
$actionID = $this->action->create('testtask', $taskID, 'Started', $this->post->comment);
$actionID = $this->loadModel('action')->create('testtask', $taskID, 'Started', $this->post->comment);
$this->action->logHistory($actionID, $changes);
}