Skip to content

Commit

Permalink
MDL-37359 groups: fixing typo in the web service function create_grou…
Browse files Browse the repository at this point in the history
…pings_parameters
  • Loading branch information
mdjnelson authored and Sam Hemelryk committed Jan 6, 2013
1 parent 2c6b793 commit 3735e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/externallib.php
Expand Up @@ -579,7 +579,7 @@ public static function create_groupings_parameters() {
'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.'
)
Expand Down

0 comments on commit 3735e3d

Please sign in to comment.