-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.9.19, 3.11.12, 4.0.6, 4.1.1
-
None
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
The external_format_value class constructor takes an integer as the second param, not a string.
'descriptionformat' => new external_format_value(PARAM_INT, 'tag description format'),
|
This causes the webservice documentations to throw a warning because the $required property is never set.
This issue should;
- make the webservice documentation more robust; and
- find, seek, destroy all incorrect calls to external_format_value