diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 17:17:37 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 22:42:50 +0200 |
commit | 10cfcd4ff0e7cbe186df80cb9a9aa83a94aac882 (patch) | |
tree | 53b1749854db1bbcabb3845e235822699320ff26 /apps/files | |
parent | 7522a23693b11a4c277a475cdb3204a1d9ac5912 (diff) | |
download | nextcloud-server-10cfcd4ff0e7cbe186df80cb9a9aa83a94aac882.tar.gz nextcloud-server-10cfcd4ff0e7cbe186df80cb9a9aa83a94aac882.zip |
Remove useless setting of RUNTIME_NOAPPS
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/ajax/mimeicon.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files/ajax/mimeicon.php b/apps/files/ajax/mimeicon.php index 80d50f84528..dbb8b60112a 100644 --- a/apps/files/ajax/mimeicon.php +++ b/apps/files/ajax/mimeicon.php @@ -1,9 +1,3 @@ <?php -// no need for apps -$RUNTIME_NOAPPS=false; - -// Init owncloud - - print OC_Helper::mimetypeIcon($_GET['mime']); |