From c8272b39692c0d0e08a3de9c40eefca280a8db7a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 22 Aug 2013 10:05:14 -0700 Subject: [PATCH] Default is not necessary for toggle fields Change-Id: Ia11290431bc19905f744b65b001adc53c023e2ca --- includes/Preferences.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Preferences.php b/includes/Preferences.php index 39a399fd8e..bcb63c2976 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -307,7 +307,6 @@ class Preferences { $defaultPreferences['prefershttps'] = array( 'type' => 'toggle', 'label-message' => 'tog-prefershttps', - 'default' => true, 'section' => 'personal/info' ); } -- 2.20.1