diff --git a/Changes.md b/Changes.md index 0c611f5..172fcb1 100644 --- a/Changes.md +++ b/Changes.md @@ -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 -------------------------- diff --git a/db/upgrade.php b/db/upgrade.php index 2ded010..8d13e26 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -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'); }