diff options
author | brumsel <brumsel@losecatcher.de> | 2014-12-03 23:04:49 +0100 |
---|---|---|
committer | brumsel <brumsel@losecatcher.de> | 2014-12-03 23:04:49 +0100 |
commit | 4ba520e2144630f05ce5022a48e764d86bc94b28 (patch) | |
tree | ddb7a96581a03da3b23533644b791cb1ab3ce5d7 /apps/files/appinfo/remote.php | |
parent | 1e1be409b7c27a9f04e52607d7347d05edbfc6c8 (diff) | |
parent | 2eb81ff78f8ca5a14490be96429df6c6fb940d42 (diff) | |
download | nextcloud-server-4ba520e2144630f05ce5022a48e764d86bc94b28.tar.gz nextcloud-server-4ba520e2144630f05ce5022a48e764d86bc94b28.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r-- | apps/files/appinfo/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 3ba25085bad..26bef966f79 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -38,7 +38,7 @@ $server->setBaseUri($baseuri); $defaults = new OC_Defaults(); $server->addPlugin(new \Sabre\DAV\Auth\Plugin($authBackend, $defaults->getName())); $server->addPlugin(new \Sabre\DAV\Locks\Plugin($lockBackend)); -$server->addPlugin(new \Sabre\DAV\Browser\Plugin(false)); // Show something in the Browser, but no upload +$server->addPlugin(new \Sabre\DAV\Browser\Plugin(false, false)); // Show something in the Browser, but no upload $server->addPlugin(new OC_Connector_Sabre_FilesPlugin()); $server->addPlugin(new OC_Connector_Sabre_MaintenancePlugin()); $server->addPlugin(new OC_Connector_Sabre_ExceptionLoggerPlugin('webdav')); |