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:10 +00:00
parent 5f109d2d9e
commit a1cc41d0ae

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/')