Rename Watchlist request parameters for consistency with RC's ones
[lhc/web/wiklou.git] / includes / Preferences.php
index 65c4115..5413f30 100644 (file)
@@ -748,7 +748,7 @@ class Preferences {
                }
 
                $defaultPreferences['stubthreshold'] = array(
-                       'type' => 'selectorother',
+                       'type' => 'select',
                        'section' => 'rendering/advancedrendering',
                        'options' => $stubThresholdOptions,
                        'size' => 20,