[Pkg-owncloud-commits] [owncloud] 03/73: Contacts: Fix no active Addressbooks

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.0.10
in repository owncloud.

commit 0970a3c60edff5a1fca00116c5f66691c1b74e13
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Fri Aug 3 16:11:10 2012 +0200

    Contacts: Fix no active Addressbooks
---
 apps/contacts/lib/addressbook.php |    1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/contacts/lib/addressbook.php b/apps/contacts/lib/addressbook.php
index 634d59e..f31f6ae 100644
--- a/apps/contacts/lib/addressbook.php
+++ b/apps/contacts/lib/addressbook.php
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list