mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/17141] Remove duplicate prepending with phpbb_root_path
PHPBB3-17141
This commit is contained in:
parent
55ea8d6030
commit
b0c008690a
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue