From 33c343ed1185598c82908f0c89a984785b2287b3 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 2 May 2012 16:47:25 +0200 Subject: [PATCH] add require_once('../lib/base.php'); to webdav.php --- apps/files/appinfo/remote.php | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.39.5