mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-64856 mod_glossary: Always show the settings cog on the view page.
This commit is contained in:
parent
694513e2fe
commit
4657f0388a
@ -279,6 +279,7 @@ if (isset($mode)) {
|
||||
$url->param('mode', $mode);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
$PAGE->force_settings_menu();
|
||||
|
||||
if (!empty($CFG->enablerssfeeds) && !empty($CFG->glossary_enablerssfeeds)
|
||||
&& $glossary->rsstype && $glossary->rssarticles) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user