From f991948a714dd555befa46964113c460afc24cee Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sat, 5 May 2012 21:58:07 +0200 Subject: Fix loading by apptype in webdav --- files/webdav.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'files') diff --git a/files/webdav.php b/files/webdav.php index 3ed687041ca..7624ccbbc72 100644 --- a/files/webdav.php +++ b/files/webdav.php @@ -25,12 +25,9 @@ // Do not load FS ... $RUNTIME_NOSETUPFS = true; -require_once('../lib/base.php'); - // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem','authentication'); - - +require_once('../lib/base.php'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); -- cgit v1.2.3