MDL-25505 Tasks: Fix for scheduled task bug on the last day of the month.
commit76e4de31cc7b0f3ea2c57c70c2be5a2720eadf03
authorDamyon Wiese <damyon@moodle.com>
Fri, 28 Feb 2014 05:09:08 +0000 (28 13:09 +0800)
committerDamyon Wiese <damyon@moodle.com>
Fri, 28 Feb 2014 05:14:58 +0000 (28 13:14 +0800)
tree40d741f9a61c807f3affbdd3b4f28ed2e52c4a5c
parentd0b114f95e15c88faec10e69440caf7a6c66d4d5
MDL-25505 Tasks: Fix for scheduled task bug on the last day of the month.

On the last day of the month, the scheduled task next time calculation was wrapping
to the 0th day of the month (which is not a valid day).
lib/classes/task/scheduled_task.php