[ticket/11824] Remove unused globals

PHPBB3-11824
This commit is contained in:
David King 2013-09-06 12:59:01 -07:00
parent bbcd3967ef
commit ceaf1ba0bc

View file

@ -5733,7 +5733,7 @@ function phpbb_create_symfony_request(phpbb_request $request)
*/ */
function phpbb_get_web_root_path(Request $symfony_request, $phpbb_root_path = '') function phpbb_get_web_root_path(Request $symfony_request, $phpbb_root_path = '')
{ {
global $config, $phpEx, $request; global $phpEx;
static $path; static $path;
if (null !== $path) if (null !== $path)
{ {