mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11362] Use container when available instead of creating a new instance
PHPBB3-11362
This commit is contained in:
parent
ccd4a725da
commit
16e70fa086
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ function phpbb_clean_path($path)
|
|||
|
||||
if ($phpbb_container)
|
||||
{
|
||||
$phpbb_filesystem = new phpbb_filesystem();
|
||||
$phpbb_filesystem = $phpbb_container->get('filesystem');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue