mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15342] Fix files not being tracked
PHPBB3-15342
This commit is contained in:
@@ -447,6 +447,7 @@ class filespec_storage
|
|||||||
$fp = fopen($this->filename, 'rb');
|
$fp = fopen($this->filename, 'rb');
|
||||||
$storage->write_stream($this->destination_file, $fp);
|
$storage->write_stream($this->destination_file, $fp);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
$storage->track_file($this->destination_file);
|
||||||
}
|
}
|
||||||
catch (\phpbb\storage\exception\exception $e)
|
catch (\phpbb\storage\exception\exception $e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user