fixed wrong continue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user