Skip to content

Commit

Permalink
MDL-23353 MDL-22903 Fixed a navigation regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 20, 2010
1 parent 37e3256 commit 6647e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/overview.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
$rs->close();
}

//$PAGE->settingsnav->get('courseadmin')->get('groups')->make_active(); // TODO: this breaks stuff
$PAGE->settingsnav->get('courseadmin')->get('users')->get('groups')->make_active();
$PAGE->navbar->add(get_string('overview', 'group'));

/// Print header
Expand Down

0 comments on commit 6647e82

Please sign in to comment.