Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11.4
Description
$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
Attachments
Issue Links
- Discovered while testing
-
MDL-65843 Ability to force cron scheduled task definitions in config.php (schedule and disabled)
-
- Closed
-