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 --- apps/files/appinfo/remote.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 3ac0023fb84..defb97ab152 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.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