This commit is contained in:
liuhong
2022-10-17 01:10:49 +00:00
parent ce56365e07
commit 0e77b9f5e9
+4
View File
@@ -305,6 +305,10 @@ class task extends control
$executionAll[$key] = $values;
}
}
else
{
$executionAll = $executionList;
}
}
$executions = $this->config->systemMode == 'classic' ? $executions : $executionAll;