summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/getstoragestats.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-06 09:50:11 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 09:50:11 +0100
commit21207c6a73bbaf43c6afaceda51690e77fad06f0 (patch)
tree6be52a837c1ef2c4bb19a4252de6f1a3fc46bec6 /apps/files/ajax/getstoragestats.php
parentafbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27 (diff)
downloadnextcloud-server-21207c6a73bbaf43c6afaceda51690e77fad06f0.tar.gz
nextcloud-server-21207c6a73bbaf43c6afaceda51690e77fad06f0.zip
remove superfluous $RUNTIME_APPTYPES
Diffstat (limited to 'apps/files/ajax/getstoragestats.php')
-rw-r--r--apps/files/ajax/getstoragestats.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php
index dd7c7dc5571..69a26ed8eb3 100644
--- a/apps/files/ajax/getstoragestats.php
+++ b/apps/files/ajax/getstoragestats.php
@@ -1,8 +1,5 @@
<?php
-// only need filesystem apps
-$RUNTIME_APPTYPES = array('filesystem');
-
$dir = '/';
if (isset($_GET['dir'])) {