mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +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/')
|
if ($path == '/calendar/')
|
||||||
{
|
{
|
||||||
$filter['filter'] = 'default';
|
$filter['filter'] = 'owner';
|
||||||
}
|
}
|
||||||
// scheduling inbox, shows only not yet accepted or rejected events
|
// scheduling inbox, shows only not yet accepted or rejected events
|
||||||
elseif (substr($path,-7) == '/inbox/')
|
elseif (substr($path,-7) == '/inbox/')
|
||||||
|
Loading…
Reference in New Issue
Block a user