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