Commit 214144d 1 parent e9541a0 commit 214144d Copy full SHA for 214144d
File tree 4 files changed +4
-4
lines changed
docs/apis/subsystems/external
version-4.1/apis/subsystems/external
version-4.2/apis/subsystems/external
version-4.3/apis/subsystems/external
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class create_groups extends \core_external\external_api {
108
108
require_capability('moodle/course:creategroups', $coursecontext);
109
109
110
110
// Create the group using existing Moodle APIs.
111
- $createdgroups = \local_groupmanager\util::create_groups($groups)
111
+ $createdgroups = \local_groupmanager\util::create_groups($groups);
112
112
113
113
// Return a value as described in the returns function.
114
114
return [
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class create_groups extends external_api {
89
89
require_capability('moodle/course:creategroups', $coursecontext);
90
90
91
91
// Create the group using existing Moodle APIs.
92
- $createdgroups = \local_groupmanager\util::create_groups($groups)
92
+ $createdgroups = \local_groupmanager\util::create_groups($groups);
93
93
94
94
// Return a value as described in the returns function.
95
95
return [
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class create_groups extends \core_external\external_api {
108
108
require_capability('moodle/course:creategroups', $coursecontext);
109
109
110
110
// Create the group using existing Moodle APIs.
111
- $createdgroups = \local_groupmanager\util::create_groups($groups)
111
+ $createdgroups = \local_groupmanager\util::create_groups($groups);
112
112
113
113
// Return a value as described in the returns function.
114
114
return [
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class create_groups extends \core_external\external_api {
108
108
require_capability('moodle/course:creategroups', $coursecontext);
109
109
110
110
// Create the group using existing Moodle APIs.
111
- $createdgroups = \local_groupmanager\util::create_groups($groups)
111
+ $createdgroups = \local_groupmanager\util::create_groups($groups);
112
112
113
113
// Return a value as described in the returns function.
114
114
return [
You can’t perform that action at this time.
0 commit comments