MDL-64883 mod_chat: convert cron to scheduled task

This commit is contained in:
Simey Lameze 2019-02-20 12:55:55 +08:00
parent 89d1238962
commit 958dfd9761
4 changed files with 103 additions and 1 deletions

View file

@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018120300; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2018120301; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2018112800; // Requires this Moodle version.
$plugin->component = 'mod_chat'; // Full name of the plugin (used for diagnostics).
$plugin->cron = 300;