From ceaf1ba0bcf3eff41a24ae37f6c9313cfb2b989c Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 6 Sep 2013 12:59:01 -0700 Subject: [ticket/11824] Remove unused globals PHPBB3-11824 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 2a3157ffbe..f19931fbc3 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5733,7 +5733,7 @@ function phpbb_create_symfony_request(phpbb_request $request) */ function phpbb_get_web_root_path(Request $symfony_request, $phpbb_root_path = '') { - global $config, $phpEx, $request; + global $phpEx; static $path; if (null !== $path) { -- cgit v1.2.1