mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/15692] Append / to board url
PHPBB3-15692
This commit is contained in:
parent
252bb7704c
commit
8d89f20b81
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ class local implements adapter_interface, stream_interface
|
|||
*/
|
||||
public function get_link($path)
|
||||
{
|
||||
return generate_board_url() . $this->path . $path;
|
||||
return generate_board_url() . '/' . $this->path . $path;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue