summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-10-15 14:46:31 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 13:17:12 +0200
commitca27024fa22d9dde08da9aa77c2769b0f7b39707 (patch)
tree5835e2e62c88b337869ecded18f0229f8015ee09 /apps/dav/appinfo
parent8fa59033acc04a6888d08c68fc3b707d1334d7f2 (diff)
downloadnextcloud-server-ca27024fa22d9dde08da9aa77c2769b0f7b39707.tar.gz
nextcloud-server-ca27024fa22d9dde08da9aa77c2769b0f7b39707.zip
Fix webdav access
* Correct namespace * Pass the EventDispatcher to the webDAV server
Diffstat (limited to 'apps/dav/appinfo')
-rw-r--r--apps/dav/appinfo/v1/webdav.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php
index b416ef64793..610230fc816 100644
--- a/apps/dav/appinfo/v1/webdav.php
+++ b/apps/dav/appinfo/v1/webdav.php
@@ -39,7 +39,8 @@ $serverFactory = new \OCA\DAV\Connector\Sabre\ServerFactory(
\OC::$server->getDatabaseConnection(),
\OC::$server->getUserSession(),
\OC::$server->getMountManager(),
- \OC::$server->getTagManager()
+ \OC::$server->getTagManager(),
+ \OC::$server->getEventDispatcher()
);
// Backends