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:
parent
e86669e3bf
commit
d5d71cda4e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user