Skip to content

Commit

Permalink
Merge pull request #1060 from christer77/fix-contact-autocomplete_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow243 authored Jun 19, 2024
2 parents 971da7d + dd857d7 commit d1bc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contacts/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ protected function output() {

if (trim($contact->value('display_name'))) {
$suggestions[] = $this->html_safe(sprintf(
'{"contact_id":%s, "contact": "%s %s", "type": "%s", "source": "%s"}',
'{"contact_id": "%s", "contact": "%s %s", "type": "%s", "source": "%s"}',
$contact_id,
$contact->value('display_name'),
$contact->value('email_address'),
Expand Down

0 comments on commit d1bc6be

Please sign in to comment.