mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/11997] Fix missing global
PHPBB3-11997
This commit is contained in:
parent
0a7db81426
commit
0aed281676
@ -2645,7 +2645,7 @@ function generate_board_url($without_script_path = false)
|
|||||||
*/
|
*/
|
||||||
function redirect($url, $return = false, $disable_cd_check = false)
|
function redirect($url, $return = false, $disable_cd_check = false)
|
||||||
{
|
{
|
||||||
global $db, $cache, $config, $user, $phpbb_root_path, $phpbb_filesystem;
|
global $db, $cache, $config, $user, $phpbb_root_path, $phpbb_filesystem, $phpbb_path_helper;
|
||||||
|
|
||||||
$failover_flag = false;
|
$failover_flag = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user