Skip to content
Snippets Groups Projects
Commit 1e345f76 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !10
parents fb666e97 da21e5a7
No related branches found
Tags v1.10.1
1 merge request!10Merging develop into main
Pipeline #522028 passed
...@@ -598,7 +598,7 @@ class Handler extends BaseHandler { ...@@ -598,7 +598,7 @@ class Handler extends BaseHandler {
} }
} }
if (!$disabled) { if (!$disabled) {
$activeTasks[] = $command; $activeTasks[] = $task['schedule'] . ' ' . $command;
} }
} }
if (empty($activeTasks)) { if (empty($activeTasks)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment