mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Contacts: Fix no active Addressbooks
This commit is contained in:
parent
2af7473651
commit
646bc1fc24
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ class OC_Contacts_Addressbook{
|
|||
OCP\Util::writeLog('contacts','OC_Contacts_Addressbook:active:, exception: '.$e->getMessage(),OCP\Util::DEBUG);
|
||||
OCP\Util::writeLog('contacts','OC_Contacts_Addressbook:active, ids: '.join(',', $active),OCP\Util::DEBUG);
|
||||
OCP\Util::writeLog('contacts','OC_Contacts_Addressbook::active, SQL:'.$prep,OCP\Util::DEBUG);
|
||||
return array();
|
||||
}
|
||||
|
||||
return $addressbooks;
|
||||
|
|
|
|||
Loading…
Reference in a new issue