bozoh / moodle-mod_simplecertificate

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README
17 stars 46 forks source link

Legacy _cron() tasks have been deprecated #250

Open luisdev opened 2 years ago

luisdev commented 2 years ago

See: https://github.com/bozoh/moodle-mod_simplecertificate/blob/c65cd5ea12005d6c221df54ebedb69bc4262256e/lib.php#L250

The above code still uses the _cron() function that was deprecated in Moodle 3.7. This code should be rewritten to implement a local task.

See https://tracker.moodle.org/browse/MDL-65051