mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17141] Remove duplicate prepending with phpbb_root_path
PHPBB3-17141
This commit is contained in:
@@ -213,7 +213,7 @@ class path_helper
|
|||||||
$this->symfony_request->get('_referer'),
|
$this->symfony_request->get('_referer'),
|
||||||
$absolute_board_url
|
$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?
|
// How many corrections might we need?
|
||||||
|
Reference in New Issue
Block a user