diff options
author | Thomas Citharel <tcit@tcit.fr> | 2022-02-14 19:40:31 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2022-02-14 19:40:31 +0100 |
commit | f695b3af9abc4f4af9afb96c776265071e20fa06 (patch) | |
tree | 2e16698038f41b4bd40811ad5cab8dd5a43260de /apps/dav/lib/CalDAV | |
parent | b3ba02b3828ed9604fad243df5944c0e9ea6720d (diff) | |
download | nextcloud-server-f695b3af9abc4f4af9afb96c776265071e20fa06.tar.gz nextcloud-server-f695b3af9abc4f4af9afb96c776265071e20fa06.zip |
Remove setting defaultUsernamePath dynamically
Since Sabre 3.0.6 this is no longer possible.
@see https://github.com/sabre-io/dav/pull/582
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/dav/lib/CalDAV')
-rw-r--r-- | apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php b/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php index af3d7c1269a..5317dc1b169 100644 --- a/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php +++ b/apps/dav/lib/CalDAV/InvitationResponse/InvitationResponseServer.php @@ -84,7 +84,6 @@ class InvitationResponseServer { $acl->principalCollectionSet = [ 'principals/users', 'principals/groups' ]; - $acl->defaultUsernamePath = 'principals/users'; $this->server->addPlugin($acl); // calendar plugins |