mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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:
parent
5f109d2d9e
commit
a1cc41d0ae
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user