mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/15342] Small improvements to storage
PHPBB3-15342
This commit is contained in:
@@ -248,6 +248,7 @@ class upload
|
||||
$fp = fopen($destination, 'rb');
|
||||
$this->storage->write_stream($destination_name, $fp);
|
||||
fclose($fp);
|
||||
$this->storage->track_file($destination_name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user