Skip to content

Commit

Permalink
MDL-12886 fixed param typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Oct 7, 2009
1 parent 03990aa commit 13e40ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/externallib.php
Expand Up @@ -82,7 +82,7 @@ public static function create_groups_returns() {
public static function get_groups_parameters() {
return new external_function_parameters(
array(
'groups' => new external_multiple_structure(new external_param(PARAM_INT, 'Group ID'))
'groupids' => new external_multiple_structure(new external_param(PARAM_INT, 'Group ID'))
)
);
}
Expand Down

0 comments on commit 13e40ad

Please sign in to comment.