MDL-75085 external: Fix external_multiple_structure parameter passing
commitbdd3e5efb15cfb4e68306d089b517d61df0f5cd8
authorJun Pataleta <jun@moodle.com>
Wed, 1 Feb 2023 03:32:07 +0000 (1 11:32 +0800)
committerJun Pataleta <jun@moodle.com>
Wed, 1 Feb 2023 03:39:53 +0000 (1 11:39 +0800)
treecb4749ef5867381431066d13cd7d16a8b34bc7aa
parent1753e85f1adf64e0e645b28b106ffce1f6249304
MDL-75085 external: Fix external_multiple_structure parameter passing

Some calls to the external_multiple_structure's constructor incorrectly
pass parameters where the value for the $description parameter is not
being passed. This results to invalid values being passed for the
$required parameter.
completion/classes/external.php
course/externallib.php