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:
authorArthur Schiwon <blizzz@owncloud.com>2012-04-04 14:41:32 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-04-04 14:41:32 +0400
commit60e3b563e26478eab257413b5cac9b3f619570ac (patch)
tree411f277473d2c10c17da131c2feeec15bf6d4c59 /files
parentacdce2b1e01f7c0a77b7e7949540e1b0ba94efd1 (diff)
webdav needs to load authentication apps
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 1120973787c..25e33024470 100644
--- a/files/webdav.php
+++ b/files/webdav.php
@@ -27,7 +27,7 @@
$RUNTIME_NOSETUPFS = true;
// only need filesystem apps
-$RUNTIME_APPTYPES=array('filesystem');
+$RUNTIME_APPTYPES=array('filesystem','authentication');
require_once('../lib/base.php');