Merge branch 'MDL-59827-master-fix1' of http://github.com/damyon/moodle

This commit is contained in:
Andrew Nicols 2017-08-29 15:14:20 +08:00
commit 6d2ff19051

View File

@ -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();