1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-17 06:52:26 +01:00

Fix argument in backend

This commit is contained in:
Thomas Tanghus 2013-09-03 14:07:20 +02:00
parent e86669e3bf
commit d5d71cda4e

View File

@ -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) {