Skip to content

Commit

Permalink
MDL-23218 wrong admin external page id
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Jul 12, 2010
1 parent c3c8f8b commit a21ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/roles/check.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

switch ($context->contextlevel) {
case CONTEXT_SYSTEM:
admin_externalpage_setup('assignroles', '', array('contextid' => $contextid));
admin_externalpage_setup('checkpermissions', '', array('contextid' => $contextid));
break;
case CONTEXT_USER:
if ($isfrontpage) {
Expand Down

0 comments on commit a21ef21

Please sign in to comment.