From: Chad Horohoe Date: Thu, 26 Dec 2013 07:47:54 +0000 (-0500) Subject: Remove "or other" option for stubtreshold X-Git-Tag: 1.31.0-rc.0~17332^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=f3d8cc92a58b2677f2bab69dff23ebe027ad79cc;p=lhc%2Fweb%2Fwiklou.git Remove "or other" option for stubtreshold People use this to set it to absolutely insane values. Enwiki-Stats: http://p.defau.lt/?1j4omOrfCZzQvIJ_z_dOEQ Change-Id: I88212703c69d0540f3134f661beee6c1428932a9 --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 3ff99fce25..8e08fc19e0 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -748,7 +748,7 @@ class Preferences { } $defaultPreferences['stubthreshold'] = array( - 'type' => 'selectorother', + 'type' => 'select', 'section' => 'rendering/advancedrendering', 'options' => $stubThresholdOptions, 'size' => 20,