ethz-let / moodle-qtype_drawing

1 stars 6 forks source link

Deprecated array_key_exists() #4

Closed lucaboesch closed 3 years ago

lucaboesch commented 3 years ago

In newer versions, with a high debug level, Moodle triggers a

Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in …/question/type/drawing/edit_drawing_form.php on line 192

Warning.

Best, Luca

nexterday commented 3 years ago

Thanks Luca, it will be added to the next release and fixed on master.