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
path: root/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 14:06:55 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 14:06:55 +0400
commit3ddd28b97223625963b9ae932aa34e0abd0e313f (patch)
tree1ac04324a52ebd0568cae7ac94fcfdc8808db756 /files
parentc252de56d095d452f0a0b47e236b7ce5b478e785 (diff)
Update files/webdav.php
Diffstat (limited to 'files')
-rw-r--r--files/webdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/webdav.php b/files/webdav.php
index cfbb3f486db..e7292d5a19f 100644
--- a/files/webdav.php
+++ b/files/webdav.php
@@ -39,7 +39,7 @@ $server = new Sabre_DAV_Server($publicDir);
$server->setBaseUri(OC::$WEBROOT. '/files/webdav.php');
// Load plugins
-$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
+$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend, 'ownCloud'));
$server->addPlugin(new Sabre_DAV_Locks_Plugin($lockBackend));
$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload