MDL-37359 groups: fixing typo in the web service function create_groupings_parameters

This commit is contained in:
Mark Nelson 2013-01-04 15:23:12 +08:00 committed by Sam Hemelryk
parent 2c6b79365b
commit 3735e3d289

View file

@ -579,7 +579,7 @@ class core_group_external extends external_api {
'courseid' => new external_value(PARAM_INT, 'id of course'), 'courseid' => new external_value(PARAM_INT, 'id of course'),
'name' => new external_value(PARAM_TEXT, 'multilang compatible name, course unique'), 'name' => new external_value(PARAM_TEXT, 'multilang compatible name, course unique'),
'description' => new external_value(PARAM_RAW, 'grouping description text'), 'description' => new external_value(PARAM_RAW, 'grouping description text'),
'descriptionformat' => new external_format_value('descripiton', VALUE_DEFAULT) 'descriptionformat' => new external_format_value('description', VALUE_DEFAULT)
) )
), 'List of grouping object. A grouping has a courseid, a name and a description.' ), 'List of grouping object. A grouping has a courseid, a name and a description.'
) )