[Pkg-owncloud-commits] [owncloud] 06/199: Fix wrong var name

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:02 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 7c0370105af504e31fa2d6be088273a3bba7262f
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Sat Apr 26 11:15:09 2014 +0200

    Fix wrong var name
---
 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 a7cbba6..8cfbb3d 100644
--- a/lib/private/contactsmanager.php
+++ b/lib/private/contactsmanager.php
@@ -40,7 +40,7 @@ namespace OC {
 				$r = $addressBook->search($pattern, $searchProperties, $options);
 				$contacts = array();
 				foreach($r as $c){
-					$c['addressbook-key'] = $address_book->getKey();
+					$c['addressbook-key'] = $addressBook->getKey();
 					$contacts[] = $c;
 				}
 				$result = array_merge($result, $contacts);

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