mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-37359 groups: fixing typo in the web service function create_groupings_parameters
This commit is contained in:
parent
2c6b79365b
commit
3735e3d289
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class core_group_external extends external_api {
|
|||
'courseid' => new external_value(PARAM_INT, 'id of course'),
|
||||
'name' => new external_value(PARAM_TEXT, 'multilang compatible name, course unique'),
|
||||
'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.'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue