Skip to content

Commit

Permalink
fixed wrong continue
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 0d9926b commit 76ce0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/meta/locallib.php
Expand Up @@ -60,7 +60,7 @@ public function role_assigned($ra) {
$plugin = enrol_get_plugin('meta');
if ($disabled = $plugin->get_config('nosyncroleids')) {
if (in_array($ra->roleid, explode(',', $disabled))) {
continue;
return true;
}
}

Expand Down

0 comments on commit 76ce0f3

Please sign in to comment.