revert changing filter for /calendar from owner to default, as /calendar is no CalDAV location anyway because outside of calendar home

This commit is contained in:
Ralf Becker 2015-10-09 17:47:27 +00:00
parent 235172d623
commit 1e7632603c

View File

@ -177,7 +177,7 @@ class calendar_groupdav extends groupdav_handler
if ($path == '/calendar/')
{
$filter['filter'] = 'default';
$filter['filter'] = 'owner';
}
// scheduling inbox, shows only not yet accepted or rejected events
elseif (substr($path,-7) == '/inbox/')