Fix missing contact ID for contacts from non-sql addressbooks

pull/6833/head
Aleksander Machniak 8 years ago
parent 6fb8da08f3
commit 1123f39cf4

@ -96,7 +96,7 @@ if (!empty($book_types) && strlen($search)) {
$contact = array(
'name' => $contact,
'type' => $sql_arr['_type'],
'id' => $sql_arr['contact_id'],
'id' => $sql_arr['ID'],
'source' => $abook_id,
);

Loading…
Cancel
Save