-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.5
-
-
MOODLE_39_STABLE
-
MOODLE_400_STABLE
-
Moodle App 4.0
In some type of plugins we let the plugins override the properties of the handler created by the app. We only allow overriding known properties, but the code that checks the properties isn't treating prototypes as it should. This means it only treats the properties of the child class and ignores all the properties from the parent classes.