-
Bug
-
Resolution: Fixed
-
Minor
-
3.8, 3.9
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_38_STABLE
-
It has been advised since long ago that the ability of array_key_exists() to work on object properties was far from ideal.
With php74 such uses have become officially deprecated with message:
array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
|
This issue is about perform the needed replacements, ensuring that everything continues working ok.
- Testing discovered
-
MDL-66980 Incorrect logic in question_bank::load_many_for_cache
- Closed