summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-02 16:47:25 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-02 16:47:25 +0200
commit33c343ed1185598c82908f0c89a984785b2287b3 (patch)
treea4db97cf3660893184377346b33b539eb77bbd39 /apps/files
parentda03d057007d885914dfac7c92cca51747b5f44b (diff)
downloadnextcloud-server-33c343ed1185598c82908f0c89a984785b2287b3.tar.gz
nextcloud-server-33c343ed1185598c82908f0c89a984785b2287b3.zip
add require_once('../lib/base.php'); to webdav.php
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/appinfo/remote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php
index 232a61ed944..3ac0023fb84 100644
--- a/apps/files/appinfo/remote.php
+++ b/apps/files/appinfo/remote.php
@@ -25,6 +25,7 @@
// Do not load FS ...
$RUNTIME_NOSETUPFS = true;
+require_once('../lib/base.php');
// only need filesystem apps
$RUNTIME_APPTYPES=array('filesystem','authentication');