diff options
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/autocomplete.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/autocomplete.inc b/program/steps/mail/autocomplete.inc index fbb61a442..395c0e12b 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -37,7 +37,7 @@ if ($RCMAIL->action == 'group-expand') { $OUTPUT->command('replace_group_recipients', $gid, join(', ', $members)); } } -else if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_GPC, true)) { +else if ($book_types && ($search = get_input_value('_search', RCUBE_INPUT_GPC, true))) { $contacts = array(); $books_num = count($book_types); |