diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-23 09:11:19 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-23 09:11:19 +0100 |
commit | 65dff8f812cc6b0c4fdd470905700143910289b2 (patch) | |
tree | 1f03d3b18287c56bd1554fa8304aa3da94b4d840 /program/steps/addressbook/import.inc | |
parent | 922a1fb714f6842f41e1b224e2e99fb9673183da (diff) |
Fix hidden flag and default_addressbook settings handling
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', |