* Fix task code bug.

This commit is contained in:
zenggang
2023-05-11 11:16:10 +00:00
parent 7ffd161871
commit bfc6835e7e
+1 -1
View File
@@ -217,7 +217,7 @@ class task extends control
return $this->send($response);
}
if(!$this->post->taskIDList) return $this->locate($this->session->taskList);
if(!$this->post->taskIDList) $this->locate($this->session->taskList);
$taskIdList = array_unique($this->post->taskIDList);
/* Set parameters based on whether the page is execution or my. */