1
0
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:
Rubén Calvo
2017-08-08 12:25:24 +02:00
parent 946f0348a2
commit 9e018e7c12
4 changed files with 35 additions and 9 deletions

View File

@@ -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);
}
}