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.
This commit is contained in:
Jun Pataleta
2023-02-01 11:39:53 +08:00
parent 1753e85f1a
commit bdd3e5efb1
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -339,6 +339,7 @@ class core_completion_external extends external_api {
)
]
),
'Completion status details',
VALUE_DEFAULT,
[]
),