mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11824] Remove unused globals
PHPBB3-11824
This commit is contained in:
parent
bbcd3967ef
commit
ceaf1ba0bc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue