Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-30 20:13:01 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 14:17:12 +0300
commitf2889dc6e4aa701f36081b314f38f620cbb1fc88 (patch)
tree8969d61c3dc2a71cd8eb1b745d88fc10782e1d75 /remote.php
parent4b9ec49285081137195c5852682b127a37ea8bfe (diff)
Consolidate webdav code - move all to one app
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php
index b901b1f0fd7..0282877ca2a 100644
--- a/remote.php
+++ b/remote.php
@@ -26,7 +26,7 @@
*
*/
-use OC\Connector\Sabre\ExceptionLoggerPlugin;
+use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin;
use Sabre\DAV\Exception\ServiceUnavailable;
use Sabre\DAV\Server;