Skip to content

Commit

Permalink
Merge branch 'w32_MDL-41002_m26_enroltypo' of https://github.com/skod…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Aug 6, 2013
2 parents 8793492 + 529342b commit 5261f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ public function get_other_users_for_display(core_enrol_renderer $renderer, moodl
if (strpos($userrole->component, 'enrol_') === 0) {
$plugin = substr($userrole->component, 6);
if (isset($plugins[$plugin])) {
$changeable = !$plugin[$plugin]->roles_protected();
$changeable = !$plugins[$plugin]->roles_protected();
}
}
}
Expand Down

0 comments on commit 5261f26

Please sign in to comment.