mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
93 stars 159 forks source link

Cron utility functions were moved from the global namespaces to the \core\cron class. #547

Closed ewallah closed 1 year ago

ewallah commented 1 year ago

MDL-77186 made changes to the cron utility functions.

So the cron_setup_user function (https://github.com/mdjnelson/moodle-mod_customcert/blob/MOODLE_400_STABLE/classes/task/email_certificate_task.php#L185) will stop working in Moodle 4.2.

mdjnelson commented 1 year ago

Thanks. Will look into this next week.

mdjnelson commented 1 year ago

Done, thanks for the report.