1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
This commit is contained in:
babelouest 2014-05-20 14:10:17 -04:00
parent 0b180972dc
commit bb1733da81

View File

@ -189,6 +189,8 @@ class Addressbook extends AbstractPIMCollection {
$curContact->retrieve();
$this->objects[$id] = $curContact;
return $curContact;
} else {
return $this->objects[$id];
}
}