mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +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);
|
$updates = array($contact->FN, $data, time(), $id);
|
||||||
|
|
||||||
if($noCollection) {
|
if($noCollection) {
|
||||||
$me = $this->getContact(null, $id, true);
|
$me = $this->getContact(null, $id, $options);
|
||||||
$addressbookid = $me['parent'];
|
$addressbookid = $me['parent'];
|
||||||
}
|
}
|
||||||
//if(!$noCollection) {
|
//if(!$noCollection) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user