mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11700] Replace some leftover phpbb_filesystem uses
PHPBB3-11700
This commit is contained in:
@@ -2425,7 +2425,7 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
|
||||
}
|
||||
|
||||
// Update the root path with the correct relative web path
|
||||
if ($phpbb_filesystem instanceof phpbb_filesystem)
|
||||
if ($phpbb_filesystem instanceof \phpbb\filesystem)
|
||||
{
|
||||
$url = $phpbb_filesystem->update_web_root_path($url);
|
||||
}
|
||||
|
Reference in New Issue
Block a user