From f3d8cc92a58b2677f2bab69dff23ebe027ad79cc Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 26 Dec 2013 02:47:54 -0500 Subject: [PATCH] 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 --- includes/Preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1