Allow all object types to be fetched by UID (fixed 404 errors in CardDAV when fetching contact groups)
This commit is contained in:
parent
74f1d3ba85
commit
4934e614b2
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class kolab_storage
|
|||
else
|
||||
$folder->set_folder($foldername);
|
||||
|
||||
if ($object = $folder->get_object($uid))
|
||||
if ($object = $folder->get_object($uid, '*'))
|
||||
return $object;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue