Skip to content

Commit

Permalink
MDL-56731 groups: Fixes breadcrumb when returning to groups/index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynlin committed Nov 4, 2016
1 parent a8c64d6 commit 6faa78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions group/index.php
Expand Up @@ -45,6 +45,7 @@
$course = $DB->get_record('course', array('id'=>$courseid), '*', MUST_EXIST);

$url = new moodle_url('/group/index.php', array('id'=>$courseid));
navigation_node::override_active_url($url);
if ($userid) {
$url->param('user', $userid);
}
Expand Down

0 comments on commit 6faa78c

Please sign in to comment.