mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15253] Fix get contents method
PHPBB3-15253
This commit is contained in:
@@ -32,7 +32,7 @@ class storage
|
||||
|
||||
public function get_contents($path)
|
||||
{
|
||||
$this->adapter->put_contents($path);
|
||||
return $this->adapter->get_contents($path);
|
||||
}
|
||||
|
||||
public function exists($path)
|
||||
|
Reference in New Issue
Block a user