Skip to content

Commit

Permalink
Fix a glitch in the settings structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Sep 18, 2024
1 parent 938ee63 commit 3915701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@

// Create CSS snippets settings page as external page
// (and allow users with the theme/boost_union:configure capability to access it).
$flavourspage = new admin_externalpage('theme_boost_union_snippets',
$snippetspage = new admin_externalpage('theme_boost_union_snippets',
get_string('configtitlesnippets', 'theme_boost_union', null, true),
new moodle_url('/theme/boost_union/snippets/overview.php'),
'theme/boost_union:configure');
$ADMIN->add('theme_boost_union', $flavourspage);
$ADMIN->add('theme_boost_union', $snippetspage);

// Create Smart Menus settings page as external page.
// (and allow users with the theme/boost_union:configure capability to access it).
Expand Down

0 comments on commit 3915701

Please sign in to comment.