diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-25 16:17:50 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-25 16:17:50 +0100 |
commit | 24702133132d7c4f49a9643798cce14466d73b2a (patch) | |
tree | 97b809eb6fc5ec3489fa0d89fcf60ba53b8de703 /program/steps/addressbook/import.inc | |
parent | f690cf1eb6bd16bb411da493cdc43801833e4294 (diff) | |
parent | 5352b55779aadc8b4c665daf69c7a27767f17d78 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/addressbook/import.inc')
-rw-r--r-- | program/steps/addressbook/import.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/import.inc b/program/steps/addressbook/import.inc index 6d60f829c..df07d64bc 100644 --- a/program/steps/addressbook/import.inc +++ b/program/steps/addressbook/import.inc @@ -30,7 +30,7 @@ function rcmail_import_form($attrib) $attrib += array('id' => "rcmImportForm"); - $writable_books = $RCMAIL->get_address_sources(true); + $writable_books = $RCMAIL->get_address_sources(true, true); $upload = new html_inputfield(array( 'type' => 'file', |