]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update files/webdav.php
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:06:55 +0000 (13:06 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:06:55 +0000 (13:06 +0300)
files/webdav.php

index cfbb3f486db523b8ff64371b3b4af1cc09c5cb7f..e7292d5a19f0c2e8a85048149323821b0d4633f9 100644 (file)
@@ -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