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/media | |
parent | 7522a23693b11a4c277a475cdb3204a1d9ac5912 (diff) | |
download | nextcloud-server-10cfcd4ff0e7cbe186df80cb9a9aa83a94aac882.tar.gz nextcloud-server-10cfcd4ff0e7cbe186df80cb9a9aa83a94aac882.zip |
Remove useless setting of RUNTIME_NOAPPS
Diffstat (limited to 'apps/media')
-rw-r--r-- | apps/media/ajax/autoupdate.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/media/ajax/autoupdate.php b/apps/media/ajax/autoupdate.php index 7329e91e210..a5801f1a0e0 100644 --- a/apps/media/ajax/autoupdate.php +++ b/apps/media/ajax/autoupdate.php @@ -23,10 +23,6 @@ header('Content-type: text/html; charset=UTF-8') ; -//no apps -$RUNTIME_NOAPPS=true; - - OCP\JSON::checkAppEnabled('media'); $autoUpdate=(isset($_GET['autoupdate']) and $_GET['autoupdate']=='true'); |