Skip to content
Snippets Groups Projects
Commit 646bc1fc authored by Bart Visscher's avatar Bart Visscher Committed by Jörn Friedrich Dreyer
Browse files

Contacts: Fix no active Addressbooks

parent 2af74736
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment