Allow all object types to be fetched by UID (fixed 404 errors in CardDAV when fetching contact groups)

This commit is contained in:
Thomas Bruederli 2013-09-05 15:53:20 +02:00
parent 74f1d3ba85
commit 4934e614b2

View file

@ -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;
}