diff --git a/phpBB/phpbb/files/filespec_storage.php b/phpBB/phpbb/files/filespec_storage.php index 8b6194fe99..a6870c4a05 100644 --- a/phpBB/phpbb/files/filespec_storage.php +++ b/phpBB/phpbb/files/filespec_storage.php @@ -447,6 +447,7 @@ class filespec_storage $fp = fopen($this->filename, 'rb'); $storage->write_stream($this->destination_file, $fp); fclose($fp); + $storage->track_file($this->destination_file); } catch (\phpbb\storage\exception\exception $e) {