mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-25 01:51:21 +01:00
[ticket/15553] Fix path
PHPBB3-15553
This commit is contained in:
parent
9cb6d1bf13
commit
0dda99ead6
@ -343,6 +343,6 @@ class local implements adapter_interface, stream_interface
|
||||
*/
|
||||
public function get_link($path)
|
||||
{
|
||||
return generate_board_url() . $this->root_path . $path;
|
||||
return generate_board_url() . $this->path . $path;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user