1
0
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:
Rubén Calvo
2018-06-09 16:37:57 +02:00
parent 28c0db86cf
commit cc7178a6e0
3 changed files with 15 additions and 40 deletions

View File

@@ -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
{