mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15553] Fix path
PHPBB3-15553
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user