mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[ticket/15342] Fix parameter that could be null
PHPBB3-15342
This commit is contained in:
parent
9184d34a51
commit
1d686fecb5
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class storage
|
||||||
*/
|
*/
|
||||||
public function file_info($path)
|
public function file_info($path)
|
||||||
{
|
{
|
||||||
return new file_info($this->adapter, $path);
|
return new file_info($this->get_adapter(), $path);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue