-
Bug
-
Resolution: Fixed
-
Minor
-
3.7 regressions, 3.7.1, 3.8
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_37_STABLE
-
MDL-65695-master -
- Unit tests handle this
- Also running now on moodle.org
$digesttime = usergetmidnight($timenow, $sitetimezone) + ($CFG->digestmailtime * 3600);
|
The above code is used to determine the time of the digest, however if the digest time is in the past, then the job is run immediately.
We need to bump the digesttime if it is in the past.
- caused a regression
-
MDL-65939 Maildigest tests can query a wrong adhoc task
-
- Closed
-
- Discovered while testing
-
MDLSITE-5811 Forum mailings and maintenance jobs scheduled task not running on moodle.org
-
- Resolved
-