From 15f2e934f51904b263c3910a2b125b4fcea900a3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 28 Jun 2005 14:37:10 +0000 Subject: [PATCH] more classic/cologne blue fixage --- includes/SpecialPreferences.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index bf6c200e57..95f16e0012 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -598,6 +598,10 @@ class PreferencesForm { $wgOut->addHTML( "
\n" ); } $wgOut->addHtml( "\n\n" ); + } else { + # Need to output a hidden option even if the relevant skin is not in use, + # otherwise the preference will get reset to 0 on submit + $wgOut->addHTML( "" ); } # Skin -- 2.20.1