mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/15276] Use streams
PHPBB3-15276
This commit is contained in:
@@ -193,8 +193,8 @@ class storage
|
||||
}
|
||||
}
|
||||
|
||||
public function get_fileinfo($path)
|
||||
public function file_info($path)
|
||||
{
|
||||
return new file_info($adapter, $path);
|
||||
return new file_info($this->adapter, $path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user