mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-59827-master-fix1' of http://github.com/damyon/moodle
This commit is contained in:
commit
6d2ff19051
@ -95,7 +95,7 @@ $PAGE->set_other_editing_capability('moodle/course:manageactivities');
|
||||
// are related to this one.
|
||||
$node = $PAGE->settingsnav->find('users', navigation_node::TYPE_CONTAINER);
|
||||
if ($node) {
|
||||
$node->forceopen();
|
||||
$node->force_open();
|
||||
}
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
Loading…
x
Reference in New Issue
Block a user