From: Alexandre Emsenhuber Date: Sun, 10 Aug 2008 18:17:09 +0000 (+0000) Subject: Fix for r38784: force the noconvertlink toggle to be marked as used, otherwise it... X-Git-Tag: 1.31.0-rc.0~45967 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=5a23302f6cfc65ebbd0fa32594d470651d90b140;p=lhc%2Fweb%2Fwiklou.git Fix for r38784: force the noconvertlink toggle to be marked as used, otherwise it is in the Misc section if not used --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index 8bf14d35e7..f7a4a875ec 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -552,6 +552,7 @@ class PreferencesForm { $this->mUsedToggles[ 'enotifrevealaddr' ] = true; $this->mUsedToggles[ 'ccmeonemails' ] = true; $this->mUsedToggles[ 'uselivepreview' ] = true; + $this->mUsedToggles[ 'noconvertlink' ] = true; if ( !$this->mEmailFlag ) { $emfc = 'checked="checked"'; }