Browse Source

Change key to addressbook-key

tags/v7.0.0alpha2
Tobia De Koninck 10 years ago
parent
commit
efff7dd2a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/contactsmanager.php

+ 1
- 1
lib/private/contactsmanager.php View File

@@ -39,7 +39,7 @@ namespace OC {
$r = $address_book->search($pattern, $searchProperties, $options);
$contacts = array();
foreach($r as $c){
$c['key'] = $address_book->getKey();
$c['addressbook-key'] = $address_book->getKey();
$contacts[] = $c;
}
$result = array_merge($result, $contacts);

Loading…
Cancel
Save