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:
Diffstat (limited to 'apps/calendar/caldav.php')
-rw-r--r--apps/calendar/caldav.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/caldav.php b/apps/calendar/caldav.php
index 15259ad4461..71d62356044 100644
--- a/apps/calendar/caldav.php
+++ b/apps/calendar/caldav.php
@@ -43,6 +43,7 @@ $server->setBaseUri(OC::$WEBROOT.'/apps/calendar/caldav.php');
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
$server->addPlugin(new Sabre_CalDAV_Plugin());
$server->addPlugin(new Sabre_DAVACL_Plugin());
+$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
// And off we go!
$server->exec();