mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12787] Fix the absolute board url
PHPBB3-12787
This commit is contained in:
parent
31099a8efd
commit
bc47e719b1
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class path_helper
|
||||||
{
|
{
|
||||||
$referer_web_root_path = $this->get_web_root_path_from_ajax_referer(
|
$referer_web_root_path = $this->get_web_root_path_from_ajax_referer(
|
||||||
$this->symfony_request->get('_referer'),
|
$this->symfony_request->get('_referer'),
|
||||||
$this->symfony_request->getUriForPath('')
|
$this->symfony_request->getSchemeAndHttpHost() . $this->symfony_request->getBasePath()
|
||||||
);
|
);
|
||||||
return $this->web_root_path = $this->phpbb_root_path . $referer_web_root_path;
|
return $this->web_root_path = $this->phpbb_root_path . $referer_web_root_path;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue