From 13e40ad1830fd652d6146648110dab87d96d87fc Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 7 Oct 2009 21:44:26 +0000 Subject: [PATCH] MDL-12886 fixed param typo --- group/externallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/externallib.php b/group/externallib.php index b9ec260bcb..824555fc4c 100644 --- a/group/externallib.php +++ b/group/externallib.php @@ -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')) ) ); } -- 2.39.5