mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/15305] Fix typo
PHPBB3-15305
This commit is contained in:
@@ -192,7 +192,7 @@ class storage
|
|||||||
|
|
||||||
if ($adapter instanceof stream_interface)
|
if ($adapter instanceof stream_interface)
|
||||||
{
|
{
|
||||||
$adapter>write_stream($path, $resource);
|
$adapter->write_stream($path, $resource);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user