summaryrefslogtreecommitdiff
path: root/program/steps/settings
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-25 11:25:14 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-25 11:25:14 +0100
commit5352b55779aadc8b4c665daf69c7a27767f17d78 (patch)
tree07b1dbe580b644d2578071956349bffac63b6b4c /program/steps/settings
parent297c1afb80bc73e595a6dad42adcd536cf947ea8 (diff)
parent65dff8f812cc6b0c4fdd470905700143910289b2 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts: CHANGELOG
Diffstat (limited to 'program/steps/settings')
-rw-r--r--program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index 2c19d88df..3bcca21bf 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -695,7 +695,7 @@ function rcmail_user_prefs($current=null)
);
if (!isset($no_override['default_addressbook'])
- && ($books = $RCMAIL->get_address_sources(true))
+ && ($books = $RCMAIL->get_address_sources(true, true))
) {
$field_id = 'rcmfd_default_addressbook';
$select_abook = new html_select(array('name' => '_default_addressbook', 'id' => $field_id));