mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-43337 WebService: Missing break statement added
In function get_enrolled_users_with_capability
This commit is contained in:
parent
974c2cdc03
commit
578a39b841
@ -113,6 +113,7 @@ class core_enrol_external extends external_api {
|
||||
foreach ($thefields as $f) {
|
||||
$userfields[] = clean_param($f, PARAM_ALPHANUMEXT);
|
||||
}
|
||||
break;
|
||||
case 'limitfrom' :
|
||||
$limitfrom = clean_param($option['value'], PARAM_INT);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user