diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-05 21:58:07 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-05 21:58:10 +0200 |
commit | f991948a714dd555befa46964113c460afc24cee (patch) | |
tree | b88393f2a30e6d9ae2c25740b12ec24d93f0e4f2 /apps/files/appinfo/remote.php | |
parent | ef9511c713980faecc65b898b15a50163218cbaa (diff) | |
download | nextcloud-server-f991948a714dd555befa46964113c460afc24cee.tar.gz nextcloud-server-f991948a714dd555befa46964113c460afc24cee.zip |
Fix loading by apptype in webdav
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r-- | apps/files/appinfo/remote.php | 5 |
1 files changed, 1 insertions, 4 deletions
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(); |