From b0c008690a5d46d01719173b5969d0ae456fb0ac Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 26 Jun 2023 23:15:23 +0200 Subject: [PATCH] [ticket/17141] Remove duplicate prepending with phpbb_root_path PHPBB3-17141 --- phpBB/phpbb/path_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/path_helper.php b/phpBB/phpbb/path_helper.php index 92635c95d0..167073fa25 100644 --- a/phpBB/phpbb/path_helper.php +++ b/phpBB/phpbb/path_helper.php @@ -213,7 +213,7 @@ class path_helper $this->symfony_request->get('_referer'), $absolute_board_url ); - return $this->web_root_path = $this->phpbb_root_path . $referer_web_root_path; + return $this->web_root_path = $referer_web_root_path; } // How many corrections might we need?