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;