FMCorz / moodle-block_xp

A gamification plugin for Moodle allowing students to gain experience points and level up.
https://levelup.plus/?ref=github
149 stars 41 forks source link

function user_preference_allow_ajax_update deprecation #165

Closed fvargas-olms closed 4 months ago

fvargas-olms commented 5 months ago

Hi there,

With the changes made in MDL-76974 Moodle deprecated function user_preference_allow_ajax_update. I create this issue to report that you have a reference to this deprecated function in this line. Could you take a look at this deprecation to remove it? Thanks!

FMCorz commented 5 months ago

Hi @fvargas-olms,

Thank you for reporting this. Has there been any debugging message or error that prompted you to report this? As you can see from this line this function is no longer used from Moodle 4.3. We only kept it for backwards compatibility.

FMCorz commented 4 months ago

Closing as this does not appear to be a bug. Please provide replication steps if I am mistaken.