We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eb825 commit 33eb9b5Copy full SHA for 33eb9b5
lib/Controller/ContactsController.php
@@ -413,7 +413,7 @@ public function searchContacts(string $query = ''): DataResponse {
413
'URI' => $c['URI'],
414
'UID' => $c['UID'],
415
'BOOKID' => $c['addressbook-key'],
416
- 'READONLY' => $booksReadOnly[$c['addressbook-key']],
+ 'READONLY' => $booksReadOnly[$c['addressbook-key']] ?? '',
417
'BOOKURI' => $addressBookUri,
418
'HAS_PHOTO' => (isset($c['PHOTO'])),
419
'HAS_PHOTO2' => (isset($c['PHOTO']) && $c['PHOTO'] !== ''),
0 commit comments