Navigation Menu

Skip to content

Commit

Permalink
MDL-61462 admin_roles: Point back to roles link to the correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Feb 16, 2018
1 parent 4ce48de commit 02804d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/roles/assign.php
Expand Up @@ -245,7 +245,7 @@
$select = new single_select($PAGE->url, 'roleid', $nameswithcounts, $roleid, null);
$select->label = get_string('assignanotherrole', 'core_role');
echo $OUTPUT->render($select);
echo '<p><a href="' . $PAGE->url . '">' . get_string('backtoallroles', 'core_role') . '</a></p>';
echo '<p><a href="' . $url . '">' . get_string('backtoallroles', 'core_role') . '</a></p>';
echo '</div>';

} else if (empty($assignableroles)) {
Expand Down

0 comments on commit 02804d1

Please sign in to comment.