summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/server.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-27 13:14:55 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-02 09:14:41 +0100
commit6a2dde64009fdffc6483b920717721634348a12f (patch)
tree83f18063b86de35406dad2654690db0a16298e4c /apps/dav/lib/server.php
parentdcfd089a6caed18f040284802cb3fe7e5475c4c5 (diff)
downloadnextcloud-server-6a2dde64009fdffc6483b920717721634348a12f.tar.gz
nextcloud-server-6a2dde64009fdffc6483b920717721634348a12f.zip
user and system addressbooks are now living in sub folders
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 ffdb917085e..a031f2c442b 100644
--- a/apps/dav/lib/server.php
+++ b/apps/dav/lib/server.php
@@ -58,7 +58,7 @@ class Server {
$this->server->addPlugin(new CardDAV\Sharing\Plugin($authBackend, \OC::$server->getRequest()));
// addressbook plugins
- $this->server->addPlugin(new \Sabre\CardDAV\Plugin());
+ $this->server->addPlugin(new \OCA\DAV\CardDAV\Plugin());
// Finder on OS X requires Class 2 WebDAV support (locking), since we do
// not provide locking we emulate it using a fake locking plugin.