aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Calendar.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-04-23 13:48:39 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-27 20:51:36 +0200
commit240006bdf517df0a72d52efb285fdf9cf8b58d35 (patch)
treeaeaf0b40415f5ca2428d54a070378c52a426750a /apps/dav/lib/CalDAV/Calendar.php
parentc5d5c7dc1249f75922f85b99fe1f1d3f799b2793 (diff)
downloadnextcloud-server-240006bdf517df0a72d52efb285fdf9cf8b58d35.tar.gz
nextcloud-server-240006bdf517df0a72d52efb285fdf9cf8b58d35.zip
When sharing calendars and addressbooks the principal has to be verified to be valid
https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/lib/CalDAV/Calendar.php')
-rw-r--r--apps/dav/lib/CalDAV/Calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/Calendar.php b/apps/dav/lib/CalDAV/Calendar.php
index 02808ab5662..a07bbe93218 100644
--- a/apps/dav/lib/CalDAV/Calendar.php
+++ b/apps/dav/lib/CalDAV/Calendar.php
@@ -203,7 +203,7 @@ class Calendar extends \Sabre\CalDAV\Calendar implements IShareable {
}
$this->caldavBackend->updateShares($this, [], [
- 'href' => $principal
+ $principal
]);
return;
}