1
0
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:
Rubén Calvo 2018-02-18 12:09:55 +01:00
parent 9cb6d1bf13
commit 0dda99ead6

View File

@ -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;
}
}