From 0e77b9f5e957ee8759fd1d18e5ce646e17f1f856 Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 17 Oct 2022 01:10:49 +0000 Subject: [PATCH] *Fix bug #28532. --- module/task/control.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/task/control.php b/module/task/control.php index fb8735d3dd..c3255549d5 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -305,6 +305,10 @@ class task extends control $executionAll[$key] = $values; } } + else + { + $executionAll = $executionList; + } } $executions = $this->config->systemMode == 'classic' ? $executions : $executionAll;