From d5d71cda4efc7bde872460f871a8b6b3edbc4a23 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 3 Sep 2013 14:07:20 +0200 Subject: [PATCH] Fix argument in backend --- lib/backend/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/backend/database.php b/lib/backend/database.php index a6be5690..4da1dd02 100644 --- a/lib/backend/database.php +++ b/lib/backend/database.php @@ -613,7 +613,7 @@ class Database extends AbstractBackend { $updates = array($contact->FN, $data, time(), $id); if($noCollection) { - $me = $this->getContact(null, $id, true); + $me = $this->getContact(null, $id, $options); $addressbookid = $me['parent']; } //if(!$noCollection) {