diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-08-15 19:30:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 19:30:45 +0200 |
commit | f452e23a7db1742afa50eaa80b746afe769bdf7b (patch) | |
tree | cf23e344e4bf5e094830d6c778be78360bded885 /apps/dav/lib/Server.php | |
parent | 465e919de12a8f6bdcf1133a677101c4cdf1efc2 (diff) | |
parent | 63d584afb5727737fe73a0ca2ecf720022b33922 (diff) | |
download | nextcloud-server-f452e23a7db1742afa50eaa80b746afe769bdf7b.tar.gz nextcloud-server-f452e23a7db1742afa50eaa80b746afe769bdf7b.zip |
Merge pull request #16666 from nextcloud/feature/calendar/delegation
Feature/calendar/delegation
Diffstat (limited to 'apps/dav/lib/Server.php')
-rw-r--r-- | apps/dav/lib/Server.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php index 7eb68ce5874..cd67b3995a4 100644 --- a/apps/dav/lib/Server.php +++ b/apps/dav/lib/Server.php @@ -137,7 +137,8 @@ class Server { // acl $acl = new DavAclPlugin(); $acl->principalCollectionSet = [ - 'principals/users', 'principals/groups', + 'principals/users', + 'principals/groups', 'principals/calendar-resources', 'principals/calendar-rooms', ]; |