diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 01b6591488..4c994881ce 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1170,7 +1170,7 @@ function redirect($url) else if ($url{0} == '/') { // Absolute uri, prepend direct url... - $url = generate_board_url_2(true) . $url; + $url = generate_board_url(true) . $url; } else {