-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.4
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
MDL-73207-cronspec -
$CFG->scheduled_tasks can define a forced cron spec, but this spec has a typo in it which swaps the dayofweek and month fields:
https://github.com/moodle/moodle/blob/master/config-dist.php#L1132
This was not intentional and the cron spec should just be the standard with month first then dayofweek:
https://en.wikipedia.org/wiki/Cron#CRON_expression
- Discovered while testing
-
MDL-65843 Ability to force cron scheduled task definitions in config.php (schedule and disabled)
-
- Closed
-