From: Jure Kajzer Date: Fri, 23 Oct 2009 08:24:28 +0000 (+0000) Subject: reverted; somehow the global defaults got mangeled. Trying to find out where. X-Git-Tag: 1.31.0-rc.0~39157 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=08331dc5722bb71539034f4dd6c3775808b263cf;p=lhc%2Fweb%2Fwiklou.git reverted; somehow the global defaults got mangeled. Trying to find out where. --- 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(