From: Jens Frank Date: Sat, 27 Mar 2004 18:44:30 +0000 (+0000) Subject: Fixed listing of Skin names in Special:Preferences X-Git-Tag: 1.3.0beta1~676 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=5e784160a43e7c9ebb624aa46b02b4fa88436b1d;p=lhc%2Fweb%2Fwiklou.git Fixed listing of Skin names in Special:Preferences --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 391c23bf3c..7901e723e1 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -310,7 +310,7 @@ value=\"$i\"$checked> {$qbs[$i]}
\n" ); $checked = ""; } $wgOut->addHTML( "
\n" ); +value=\"$i\"$checked> {$wgValidSkinNames[$i]}
\n" ); } # Various checkbox options