-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8, 3.9
-
Fix Version/s: 3.8
-
Component/s: General, Lesson, Quiz, User management
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Fixed Branches:MOODLE_38_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
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
-