catalyst / moodle-tool_objectfs

Object file storage system for Moodle
https://moodle.org/plugins/tool_objectfs
88 stars 72 forks source link

Stop using the legacy cron function #547

Open michael-milette opened 1 year ago

michael-milette commented 1 year ago

This request is to integrate the change for the issue described in: https://github.com/catalyst/moodle-tool_objectfs/issues/418

Notice: Use of legacy cron is deprecated (tool_objectfs_cron). Please use scheduled tasks.* line 2944 of /lib/deprecatedlib.php: call to debugging()

The Notice appears when cron triggers the Moodle scheduled tasks.

A PR was previously submitted to address this issue. However, it was never integrated into the MOODLE_310_STABLE branch.: https://github.com/catalyst/moodle-tool_objectfs/commit/dd33bc8eef5fb005793bbd952d173a4ce7da0132

Best regards,

Michael Milette

michael-milette commented 1 year ago

Note: #548 updates the fix #418 to be compatible with the MOODLE_310_STABLE branch of tool_objectfs.