summaryrefslogtreecommitdiff
path: root/program/steps/mail/autocomplete.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-02-27 11:06:29 +0000
committerthomascube <thomas@roundcube.net>2009-02-27 11:06:29 +0000
commitaaffbeb04936c0e5d96b8cffa8fe4c14e942a633 (patch)
tree87736962764bad3215fac4a655da1b68fa002b96 /program/steps/mail/autocomplete.inc
parent6972ccaf311e0f7c0c912e6a3bfa9e23394807d3 (diff)
Prevent concurrent autocomplete query results display (#1485743)
Diffstat (limited to 'program/steps/mail/autocomplete.inc')
-rw-r--r--program/steps/mail/autocomplete.inc2
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