mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/15692] Append / to board url
PHPBB3-15692
This commit is contained in:
@@ -418,7 +418,7 @@ class local implements adapter_interface, stream_interface
|
|||||||
*/
|
*/
|
||||||
public function get_link($path)
|
public function get_link($path)
|
||||||
{
|
{
|
||||||
return generate_board_url() . $this->path . $path;
|
return generate_board_url() . '/' . $this->path . $path;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user