MDL-58777 core: Remove redundant refresh events tasks

There were 4 instances of the calendar refresh events task being
queued, which is redundant as we now have the "one true task" to
fix the events table, and it needs to be run for everybody.
This commit is contained in:
Cameron Ball
2017-05-10 14:16:13 +08:00
parent 9eb5a0417c
commit 79b80ee540
2 changed files with 16 additions and 48 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2017050900.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2017050900.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.