Details
-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.6, 3.9.3, 3.10, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70160-function-cache-m -
Description
When removing a callback function implementation inside a plugin, this can cause exceptions due to the function not being found. This can be solved easily by doing a cache purge, however this is unable to be performed from the frontend.
The get_plugins_with_function method already checks for the presence of various other conditions, it should include a check for the function itself.
Attachments
Issue Links
- has been marked as being related by
-
MDL-67680 Removing the after_config callback will make moodle unusable
-
- Closed
-