summaryrefslogtreecommitdiffstats
path: root/files/webdav.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-04-04 12:41:32 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-04-04 12:41:32 +0200
commit60e3b563e26478eab257413b5cac9b3f619570ac (patch)
tree411f277473d2c10c17da131c2feeec15bf6d4c59 /files/webdav.php
parentacdce2b1e01f7c0a77b7e7949540e1b0ba94efd1 (diff)
downloadnextcloud-server-60e3b563e26478eab257413b5cac9b3f619570ac.tar.gz
nextcloud-server-60e3b563e26478eab257413b5cac9b3f619570ac.zip
webdav needs to load authentication apps
Diffstat (limited to 'files/webdav.php')
-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');