diff --git a/phpBB/phpbb/storage/storage.php b/phpBB/phpbb/storage/storage.php index 833e398ba4..91f08c50f4 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -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); } /**