summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Server.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-07-06 12:19:46 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-09-26 11:55:33 +0200
commit69d3601dcbb17ea9e2d868144159867a79d8e25c (patch)
treeffe81147304b66465c9bb5669397864f6e56542e /apps/dav/lib/Server.php
parent244de6451b22a1288d3ef698f48fb9c4e78bf15f (diff)
downloadnextcloud-server-69d3601dcbb17ea9e2d868144159867a79d8e25c.tar.gz
nextcloud-server-69d3601dcbb17ea9e2d868144159867a79d8e25c.zip
Proper work on Publishing
Diffstat (limited to 'apps/dav/lib/Server.php')
-rw-r--r--apps/dav/lib/Server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php
index 9058548489c..defaddbd642 100644
--- a/apps/dav/lib/Server.php
+++ b/apps/dav/lib/Server.php
@@ -114,6 +114,7 @@ class Server {
$this->server->addPlugin(new \Sabre\CalDAV\Subscriptions\Plugin());
$this->server->addPlugin(new \Sabre\CalDAV\Notifications\Plugin());
$this->server->addPlugin(new DAV\Sharing\Plugin($authBackend, \OC::$server->getRequest()));
+ $this->server->addPlugin(new \OCA\DAV\CalDAV\Publishing\PublishPlugin());
// addressbook plugins
$this->server->addPlugin(new \OCA\DAV\CardDAV\Plugin());