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

Fix cron config

parent ddde03b5
No related branches found
No related tags found
1 merge request!10Merging develop into main
Pipeline #522025 passed
......@@ -598,7 +598,7 @@ class Handler extends BaseHandler {
}
}
if (!$disabled) {
$activeTasks[] = $command;
$activeTasks[] = $task['schedule'] . ' ' . $command;
}
}
if (empty($activeTasks)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment