catalyst / moodle-auth_outage

Planned, graduated user and admin friendly moodle outages
https://moodle.org/plugins/auth_outage
17 stars 33 forks source link

Removed callback functions - need to purge moodle muc cache #216

Open kristian-94 opened 3 years ago

kristian-94 commented 3 years ago

We get errors call to undefined function auth_outage_extend_navigation_frontpage because we removed this callback function. We need to purge caches after removing a callback function like this, or moodle will keep trying to call it.

This should be done in an upgrade script.

brendanheywood commented 3 years ago

Isn't this redundant? If moodle does an upgrade it will purge for you, all we need is the version bump no?