mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
fix bug #498
This commit is contained in:
parent
0b180972dc
commit
bb1733da81
@ -189,6 +189,8 @@ class Addressbook extends AbstractPIMCollection {
|
||||
$curContact->retrieve();
|
||||
$this->objects[$id] = $curContact;
|
||||
return $curContact;
|
||||
} else {
|
||||
return $this->objects[$id];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user