Skip to content

Commit

Permalink
MDL-23353 Fixing a regression from groups getting moved into users menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 18, 2010
1 parent 68952f5 commit 3a2a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/groupings.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
$strparticipants = get_string('participants');
$strmanagegrping = get_String('showgroupsingrouping', 'group');

$PAGE->settingsnav->get('courseadmin')->get('groups')->make_active();
$PAGE->settingsnav->get('courseadmin')->get('users')->get('groups')->make_active();
$PAGE->navbar->add($strgroupings);

/// Print header
Expand Down

0 comments on commit 3a2a445

Please sign in to comment.