mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/15760] Fix write_stream
PHPBB3-15760
This commit is contained in:
@@ -226,6 +226,7 @@ class storage
|
||||
if ($adapter instanceof stream_interface)
|
||||
{
|
||||
$adapter->write_stream($path, $resource);
|
||||
$this->track_file($path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user