diff options
Diffstat (limited to 'vendor/sabre/dav/lib/DAV/Sharing/Plugin.php')
-rw-r--r-- | vendor/sabre/dav/lib/DAV/Sharing/Plugin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php b/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php index 3a41e67b4..e7adbeee6 100644 --- a/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php +++ b/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php @@ -179,7 +179,6 @@ class Plugin extends ServerPlugin switch ($documentType) { case '{DAV:}share-resource': - $this->shareResource($path, $message->sharees); $response->setStatus(200); // Adding this because sending a response body may cause issues, |