[Pkg-owncloud-commits] [owncloud] 03/199: Supply the contactsmanager object to the callbacks

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:00 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 694244f2e0ea138049869072de496e5f1210a3a7
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Thu Apr 10 18:07:15 2014 +0200

    Supply the contactsmanager object to the callbacks
---
 lib/private/contactsmanager.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/contactsmanager.php b/lib/private/contactsmanager.php
index 0233845..fb2981f 100644
--- a/lib/private/contactsmanager.php
+++ b/lib/private/contactsmanager.php
@@ -172,7 +172,7 @@ namespace OC {
 		protected function loadAddressBooks()
 		{
 			foreach($this->address_book_loaders as $callable) {
-				$callable();
+				$callable($this);
 			}
 			$this->address_book_loaders = array();
 		}

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