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?