mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15760] Fix write_stream
PHPBB3-15760
This commit is contained in:
@@ -348,6 +348,8 @@ class local implements adapter_interface, stream_interface
|
||||
fclose($stream);
|
||||
throw new exception('STORAGE_CANNOT_COPY_RESOURCE');
|
||||
}
|
||||
|
||||
fclose($stream);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user