aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-12 23:02:00 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:53 -0500
commit9bc62056b27a54cccc4e626350838113a3ba80db (patch)
treed228beac88d51b1f1b8df73a9c0eb274176cef3c /phpBB/cron.php
parent165b0ec0b2297ab32ca2c0e4184474720f005e51 (diff)
downloadforums-9bc62056b27a54cccc4e626350838113a3ba80db.tar
forums-9bc62056b27a54cccc4e626350838113a3ba80db.tar.gz
forums-9bc62056b27a54cccc4e626350838113a3ba80db.tar.bz2
forums-9bc62056b27a54cccc4e626350838113a3ba80db.tar.xz
forums-9bc62056b27a54cccc4e626350838113a3ba80db.zip
[feature/system-cron] Add array type hints if appropriate and remove globals.
PHPBB3-9596
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 80e744d358..cdfd8d0fbe 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -30,7 +30,7 @@ function output_image()
echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
// test without flush ;)
- // flush();
+ flush();
}
function do_cron($cron_lock, $run_tasks)