mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
* CardDAV/Addressbook: fixed all contacts were reported as NOT found and therefore not synchronised
This commit is contained in:
parent
a234addda6
commit
a228113f02
@ -225,7 +225,7 @@ class addressbook_groupdav extends groupdav_handler
|
|||||||
foreach($contacts as &$contact)
|
foreach($contacts as &$contact)
|
||||||
{
|
{
|
||||||
// remove contact from requested multiget ids, to be able to report not found urls
|
// remove contact from requested multiget ids, to be able to report not found urls
|
||||||
if ($requested_multiget_ids && ($k = array_search($contacts[self::$path_attr], $requested_multiget_ids)) !== false)
|
if ($requested_multiget_ids && ($k = array_search($contact[self::$path_attr], $requested_multiget_ids)) !== false)
|
||||||
{
|
{
|
||||||
unset($requested_multiget_ids[$k]);
|
unset($requested_multiget_ids[$k]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user