From bc4e98fcc8ed8039bd423e91327bcc3b9228dabf Mon Sep 17 00:00:00 2001 From: Paul Nicholls Date: Mon, 19 Jul 2010 12:55:16 +1200 Subject: [PATCH 1/1] MDL-22903 - bring Overview tab in line with Groupings tab ("users" node now has a proper key now) --- group/overview.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/group/overview.php b/group/overview.php index 45d39a3..93cf3c5 100644 --- a/group/overview.php +++ b/group/overview.php @@ -100,7 +100,7 @@ if ($rs = $DB->get_recordset_sql($sql, $params)) { $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 -- 1.7.0.2.msysgit.0