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

Fix call to startscheduler #43

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix call to startscheduler #43

wants to merge 5 commits into from

Conversation

mfauveau
Copy link

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