summaryrefslogtreecommitdiffstats
path: root/cron.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-05-22 15:02:11 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2013-05-22 15:02:11 -0400
commit9b622bdeedf0f29abb33449da3089a8eaecd7c78 (patch)
treea6a2425f3ae82b0e49493ef5a4f470e3cdc29d0c /cron.php
parent26732ecaa63f054f76e34b276668310f344ee50b (diff)
downloadnextcloud-server-9b622bdeedf0f29abb33449da3089a8eaecd7c78.tar.gz
nextcloud-server-9b622bdeedf0f29abb33449da3089a8eaecd7c78.zip
RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 7c875843c75..69bfed8d056 100644
--- a/cron.php
+++ b/cron.php
@@ -45,7 +45,6 @@ function handleUnexpectedShutdown() {
}
}
-$RUNTIME_NOSETUPFS = true;
require_once 'lib/base.php';
session_write_close();