Skip to content

Commit

Permalink
Fix remote pref defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Mar 23, 2015
1 parent 6f44f21 commit 07f6039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imp/config/prefs.php
Expand Up @@ -153,8 +153,8 @@

// Internal remote accounts storage value
$_prefs['remote'] = array(
// 'value' = json_encode(array())
'value' => '[]'
// 'value' = serialize(array())
'value' => 'a:0:{}'
);


Expand Down

0 comments on commit 07f6039

Please sign in to comment.