mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-23353 MDL-22903 Fixed a navigation regression.
This commit is contained in:
parent
37e3256aae
commit
6647e82df9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user