diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-22 15:02:11 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-05-22 18:21:39 -0400 |
commit | 34fda272d6c6be004e09353661b839736975409a (patch) | |
tree | debe8833617578598514ea0ae6e1cba051b916b9 /cron.php | |
parent | 412f0962e75e64becb9fcf5ece3e877159537b69 (diff) | |
download | nextcloud-server-34fda272d6c6be004e09353661b839736975409a.tar.gz nextcloud-server-34fda272d6c6be004e09353661b839736975409a.zip |
RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links instead
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ function handleUnexpectedShutdown() { } } -$RUNTIME_NOSETUPFS = true; require_once 'lib/base.php'; session_write_close(); |