mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/17361] Remove fclose after write
PHPBB-17361
This commit is contained in:
@@ -195,11 +195,6 @@ class helper
|
||||
|
||||
$stream = $current_adapter->read($file);
|
||||
$new_adapter->write($file, $stream);
|
||||
|
||||
if (is_resource($stream))
|
||||
{
|
||||
fclose($stream);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user