summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Server.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-04 15:05:15 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-04 15:10:38 +0100
commitc016d947e2243329243b62a41caab82a4ff46a10 (patch)
tree21b59fb1dcb392c73bb9b79ca0b31bc46ee20dcc /apps/dav/lib/Server.php
parent6d1c0be47d2f3052f7e6c35377feee2ceb2cee29 (diff)
downloadnextcloud-server-c016d947e2243329243b62a41caab82a4ff46a10.tar.gz
nextcloud-server-c016d947e2243329243b62a41caab82a4ff46a10.zip
Fix plugin
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/lib/Server.php')
-rw-r--r--apps/dav/lib/Server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php
index 385a2fa93d9..fca4d0ce209 100644
--- a/apps/dav/lib/Server.php
+++ b/apps/dav/lib/Server.php
@@ -118,7 +118,7 @@ class Server {
// calendar plugins
$this->server->addPlugin(new \OCA\DAV\CalDAV\Plugin());
$this->server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
- $this->server->addPlugin(new \Sabre\CalDAV\Schedule\Plugin());
+ $this->server->addPlugin(new \OCA\DAV\CalDAV\Schedule\Plugin());
$this->server->addPlugin(new IMipPlugin($mailer, $logger));
$this->server->addPlugin(new \Sabre\CalDAV\Subscriptions\Plugin());
$this->server->addPlugin(new \Sabre\CalDAV\Notifications\Plugin());