diff options
-rw-r--r-- | apps/files/appinfo/remote.php | 1 |
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'); |