mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15305] Fix typo
PHPBB3-15305
This commit is contained in:
parent
9d8e0080b9
commit
e87daeb952
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class storage
|
|||
|
||||
if ($adapter instanceof stream_interface)
|
||||
{
|
||||
$adapter>write_stream($path, $resource);
|
||||
$adapter->write_stream($path, $resource);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue