diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 17:13:20 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-08 22:42:50 +0200 |
commit | 7522a23693b11a4c277a475cdb3204a1d9ac5912 (patch) | |
tree | 3590acafa1b45b9c69b28f46a8f185cba6dfe50e /apps/media | |
parent | 05648dac619942dfccc76180d30fcd79364355ec (diff) | |
download | nextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.tar.gz nextcloud-server-7522a23693b11a4c277a475cdb3204a1d9ac5912.zip |
Remove unused RUNTIME_NOSETUPFS var
Diffstat (limited to 'apps/media')
-rw-r--r-- | apps/media/ajax/autoupdate.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/media/ajax/autoupdate.php b/apps/media/ajax/autoupdate.php index c2dbf27a004..7329e91e210 100644 --- a/apps/media/ajax/autoupdate.php +++ b/apps/media/ajax/autoupdate.php @@ -23,9 +23,8 @@ header('Content-type: text/html; charset=UTF-8') ; -//no apps or filesystem +//no apps $RUNTIME_NOAPPS=true; -$RUNTIME_NOSETUPFS=true; OCP\JSON::checkAppEnabled('media'); |