diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/server.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/lib/server.php b/apps/dav/lib/server.php index 22171b74d37..a92c9980f54 100644 --- a/apps/dav/lib/server.php +++ b/apps/dav/lib/server.php @@ -35,6 +35,8 @@ class Server { $this->server->addPlugin(new \Sabre\DAVACL\Plugin()); + $this->server->addPlugin(new \Sabre\CardDAV\Plugin()); + // wait with registering these until auth is handled and the filesystem is setup $this->server->on('beforeMethod', function () { // custom properties plugin must be the last one |