summaryrefslogtreecommitdiff
path: root/program/steps/settings/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-25 16:17:50 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-25 16:17:50 +0100
commit24702133132d7c4f49a9643798cce14466d73b2a (patch)
tree97b809eb6fc5ec3489fa0d89fcf60ba53b8de703 /program/steps/settings/func.inc
parentf690cf1eb6bd16bb411da493cdc43801833e4294 (diff)
parent5352b55779aadc8b4c665daf69c7a27767f17d78 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/settings/func.inc')
-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));