1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17141] Remove duplicate prepending with phpbb_root_path

PHPBB3-17141
This commit is contained in:
Marc Alexander
2023-06-26 23:15:23 +02:00
parent 55ea8d6030
commit b0c008690a

View File

@@ -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?