From: Niklas Laxström Date: Thu, 23 Feb 2006 20:18:49 +0000 (+0000) Subject: Fixfix X-Git-Tag: 1.6.0~295 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=97c0fadc6ac619a4867f49c45036f978b7c380a9;p=lhc%2Fweb%2Fwiklou.git Fixfix --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 872d16c948..89b6aaef06 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -797,6 +797,7 @@ class PreferencesForm { # Editing # + global $wgLivePreview; $wgOut->addHTML( '
' . wfMsg( 'textboxsize' ) . '
mRows}\" size='3' /> @@ -814,7 +815,7 @@ class PreferencesForm { 'minordefault', 'externaleditor', 'externaldiff', - 'uselivepreview', ) + $wgLivePreview ? 'uselivepreview' : false, ) ) . '
' );