mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15342] Fix files not being tracked
PHPBB3-15342
This commit is contained in:
parent
944432d382
commit
bb0d705ebf
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue