elearningsoftware / moodle-mod_journal

The Moodle journal module for moodle 2.0+
https://moodle.org/plugins/view.php?plugin=mod_journal
16 stars 34 forks source link

Fix deprecated get_all_user_name_fields() from cron_task.php #75

Closed TheBryanOpen228 closed 1 year ago

TheBryanOpen228 commented 2 years ago

Since moodle 3.11 the function get_all_user_name_fields() was deprecated and is now in deprecatedlib.php, i suggest to use the new /core_user/fields API instead in "mod/journal/classes/task/cron_task.php" See an example here: https://github.com/catalyst/moodle-mod_facetoface/issues/63

adrian-sarmas commented 1 year ago

Thank you @TheBryanOpen228 !