From bfc6835e7ef0aea05db6d1fa2d848f47ef98170f Mon Sep 17 00:00:00 2001 From: zenggang Date: Thu, 11 May 2023 11:16:10 +0000 Subject: [PATCH] * Fix task code bug. --- module/task/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/control.php b/module/task/control.php index 80a17592d6..1788ee7541 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -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. */