From 08331dc5722bb71539034f4dd6c3775808b263cf Mon Sep 17 00:00:00 2001 From: Jure Kajzer Date: Fri, 23 Oct 2009 08:24:28 +0000 Subject: [PATCH] reverted; somehow the global defaults got mangeled. Trying to find out where. --- includes/Preferences.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Preferences.php b/includes/Preferences.php index 7cdcc711a2..2137f9d861 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -198,7 +198,6 @@ class Preferences { $defaultPreferences['gender'] = array( 'type' => 'select', - 'default' => 'unknown', 'section' => 'personal/info', 'options' => array( wfMsg( 'gender-male' ) => 'male', @@ -661,7 +660,6 @@ class Preferences { $defaultPreferences['editfont'] = array( 'type' => 'select', - 'default' => 'default', 'section' => 'editing/advancedediting', 'label-message' => 'editfont-style', 'options' => array( -- 2.20.1