diff options
Diffstat (limited to 'program/steps/mail/autocomplete.inc')
-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 c840e9cf9..26acc88c2 100644 --- a/program/steps/mail/autocomplete.inc +++ b/program/steps/mail/autocomplete.inc @@ -44,7 +44,7 @@ if ($book_types && $search = get_input_value('_search', RCUBE_INPUT_POST)) { sort($contacts); } -$OUTPUT->command('ksearch_query_results', $contacts); +$OUTPUT->command('ksearch_query_results', $contacts, $search); $OUTPUT->send(); ?>
\ No newline at end of file |