Contacts: Fix no active Addressbooks

This commit is contained in:
Bart Visscher 2012-08-03 16:11:10 +02:00 committed by Jörn Friedrich Dreyer
parent 2af7473651
commit 646bc1fc24
1 changed files with 1 additions and 0 deletions

View File

@ -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;