From 484fa63e8b8f2725dab507b16b490a1e6e07b8a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 4 Mar 2006 16:17:23 +0000 Subject: [PATCH] Really hide live preview when not enabled --- includes/SpecialPreferences.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 89b6aaef06..14ad7bd878 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -464,6 +464,7 @@ class PreferencesForm { $this->mUsedToggles[ 'enotifusertalkpages' ] = true; $this->mUsedToggles[ 'enotifminoredits' ] = true; $this->mUsedToggles[ 'enotifrevealaddr' ] = true; + $this->mUsedToggles[ 'uselivepreview' ] = true; # Enotif # -- 2.20.1