Contacts: Fix no active Addressbooks
This commit is contained in:
parent
2af7473651
commit
646bc1fc24
|
@ -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 New Issue