mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15553] Fix path
PHPBB3-15553
This commit is contained in:
parent
9cb6d1bf13
commit
0dda99ead6
1 changed files with 1 additions and 1 deletions
|
@ -343,6 +343,6 @@ class local implements adapter_interface, stream_interface
|
||||||
*/
|
*/
|
||||||
public function get_link($path)
|
public function get_link($path)
|
||||||
{
|
{
|
||||||
return generate_board_url() . $this->root_path . $path;
|
return generate_board_url() . $this->path . $path;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue