Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8.6, 3.9.3, 3.10, 3.11
-
Component/s: Caching
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
Fixed Branches:MOODLE_310_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.8 Branch:
MDL-70160-function-cache-38 -
Pull 3.9 Branch:
MDL-70160-function-cache-39 -
Pull 3.10 Branch:
MDL-70160-function-cache-310 -
Pull Master Branch:
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
-