From: Chad Horohoe Date: Thu, 22 Aug 2013 17:05:14 +0000 (-0700) Subject: Default is not necessary for toggle fields X-Git-Tag: 1.31.0-rc.0~18909^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=c8272b39692c0d0e08a3de9c40eefca280a8db7a;p=lhc%2Fweb%2Fwiklou.git Default is not necessary for toggle fields Change-Id: Ia11290431bc19905f744b65b001adc53c023e2ca --- 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' ); }