MDL-75085 external: Fix external_multiple_structure parameter passing
commit74bde5fb35cee9d78bb7d30cbb1baa5034771416
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 04:29:08 +0000 (1 12:29 +0800)
tree9bc1d520d65ac01844e17505f06443886bb1a1be
parent58bef2f34e6dc4cffaf3a5172b1ad6f60513ddf8
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