From d0aa6e157abee5e91e4473c9a4131680aacc5ca0 Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Thu, 14 Feb 2019 12:36:55 -0500 Subject: [PATCH] MDL-64856 mod_glossary: Always show the settings cog on the view page. --- mod/glossary/view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/glossary/view.php b/mod/glossary/view.php index 5adc32fc268..749be6927eb 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -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) {