mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed wrong continue
This commit is contained in:
parent
0d9926b3f5
commit
76ce0f345f
@ -60,7 +60,7 @@ class enrol_meta_handler {
|
||||
$plugin = enrol_get_plugin('meta');
|
||||
if ($disabled = $plugin->get_config('nosyncroleids')) {
|
||||
if (in_array($ra->roleid, explode(',', $disabled))) {
|
||||
continue;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user