1
0
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:
Rubén Calvo 2017-08-08 00:21:14 +02:00
parent 9d8e0080b9
commit e87daeb952

View File

@ -192,7 +192,7 @@ class storage
if ($adapter instanceof stream_interface)
{
$adapter>write_stream($path, $resource);
$adapter->write_stream($path, $resource);
}
else
{