MDL-70815 completion: Cast custom data to array
commitad583bba2584eb6f8cf830f40c80664342b7a9bd
authorJun Pataleta <jun@moodle.com>
Wed, 10 Mar 2021 14:28:05 +0000 (10 22:28 +0800)
committerSara Arjona <sara@moodle.com>
Wed, 10 Mar 2021 18:23:04 +0000 (10 19:23 +0100)
tree69240886446d142e5d7ec774dd210c98c5bc037b
parentb535cf958a4ad504de2528ca4e514e130e3a728b
MDL-70815 completion: Cast custom data to array

Since cm_info::customdata can be of any type, we need to cast it to an
array first before checking for custom completion rules. Otherwise,
an exception can be thrown (e.g. customdata has been set as an stdClass)
completion/classes/activity_custom_completion.php
lib/completionlib.php