From f6e06da4c68917dafb057bf7fe19f884a3e148c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gae=CC=88tan=20Muller?= Date: Sun, 4 Jan 2015 20:41:04 +0100 Subject: [ticket/13455] Update calls to `request_var()` PHPBB3-13455 --- phpBB/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/cron.php') diff --git a/phpBB/cron.php b/phpBB/cron.php index 56e27ad9c1..e134dbbe4c 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -42,7 +42,7 @@ function output_image() // // Attempt to alleviate the problem by doing setup outside of the lock as much as possible. -$cron_type = request_var('cron_type', ''); +$cron_type = $request->variable('cron_type', ''); // Comment this line out for debugging so the page does not return an image. output_image(); -- cgit v1.2.1