aboutsummaryrefslogtreecommitdiffstats
path: root/files/ajax/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'files/ajax/download.php')
-rw-r--r--files/ajax/download.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/ajax/download.php b/files/ajax/download.php
index 198069f3fa1..39852613ab9 100644
--- a/files/ajax/download.php
+++ b/files/ajax/download.php
@@ -21,6 +21,9 @@
*
*/
+// only need filesystem apps
+$RUNTIME_APPTYPES=array('filesystem');
+
// Init owncloud
require_once('../../lib/base.php');