Skip to content

Commit

Permalink
Looks like default values can't be null.
Browse files Browse the repository at this point in the history
A null value here for some reason prevents the pref from being
set later on.
  • Loading branch information
mrubinsk committed Apr 25, 2014
1 parent 9df172d commit 25906b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/config/prefs.php
Expand Up @@ -758,7 +758,7 @@
);
// Handled by the special.
$_prefs['activesync_identity'] = array(
'value' => null
'value' => 0
);


Expand Down

0 comments on commit 25906b6

Please sign in to comment.