Skip to content

Commit

Permalink
Tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 20, 2024
1 parent 8e0abee commit 98b5597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version 404.1.0 - TBR
2. Add 'activitynavigationenabled' setting to enable / disable activity navigation.
3. Add 'activitynavigationmodulenames' setting to show the activity module names in the navigation or previous / next if unset.
4. Change of name from 'usermenulogouturl' to 'customlogouturl' and move setting from 'Menus' to 'General' in the theme settings
to fix the logout URL in the footer being inconsistent with the user menu, - #33.
to fix the logout URL in the footer being inconsistent with the user menu - #33.

Version 404.0.1 - 22/04/24
--------------------------
Expand Down
1 change: 0 additions & 1 deletion db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function xmldb_theme_foundation_upgrade($oldversion = 0) {
$value = get_config('theme_foundation', 'usermenulogouturl');
if (!empty($value)) {
set_config('customlogouturl', $value, 'theme_foundation');
// Prevent replacement when upgrade has already happened in a version for an older Moodle!
unset_config('usermenulogouturl', 'theme_foundation');
}

Expand Down

0 comments on commit 98b5597

Please sign in to comment.