[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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?