]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12886 fixed param typo
authorskodak <skodak>
Wed, 7 Oct 2009 21:44:26 +0000 (21:44 +0000)
committerskodak <skodak>
Wed, 7 Oct 2009 21:44:26 +0000 (21:44 +0000)
group/externallib.php

index b9ec260bcb26b550e73a7012c294f7a920cf4ff5..824555fc4c28fa202dc534ba6b2d3c4c54f4fcd5 100644 (file)
@@ -82,7 +82,7 @@ class moodle_group_external extends external_api {
     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'))
             )
         );
     }