Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Fix call to startscheduler#43

Open
mfauveau wants to merge 5 commits intowa0x6e:masterfrom
EonianTechnology:master
Open

Fix call to startscheduler#43
mfauveau wants to merge 5 commits intowa0x6e:masterfrom
EonianTechnology:master

Conversation

@mfauveau
Copy link
Copy Markdown

Without this the call to if ($this->runtime['Scheduler']['enabled'] !== true) { is pointless on line 445, throwing an error when it shouldn't.

Without this the call to if ($this->runtime['Scheduler']['enabled'] !== true) { is pointless on line 445
This allow the restart command to work properly, otherwise it's not going to start a scheduler job.
The previous query would never return anything. This make sure it actually does by setting a date in the future.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant