mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-25 18:13:28 +01:00
[ticket/15342] Fix parameter that could be null
PHPBB3-15342
This commit is contained in:
parent
9184d34a51
commit
1d686fecb5
@ -295,7 +295,7 @@ class storage
|
||||
*/
|
||||
public function file_info($path)
|
||||
{
|
||||
return new file_info($this->adapter, $path);
|
||||
return new file_info($this->get_adapter(), $path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user