aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2018-08-21 00:22:47 +0200
committerRubén Calvo <rubencm@gmail.com>2018-08-21 03:49:12 +0200
commit00938c25898303dde7f40b1315afbcbb4859d49f (patch)
tree82d017b4040fba2ca06a9483da0ce9d827d64a23 /phpBB/phpbb/files/filespec_storage.php
parentMerge pull request #5317 from rubencm/ticket/15747 (diff)
downloadphpbb-00938c25898303dde7f40b1315afbcbb4859d49f.tar.gz
phpbb-00938c25898303dde7f40b1315afbcbb4859d49f.tar.bz2
phpbb-00938c25898303dde7f40b1315afbcbb4859d49f.zip
[ticket/15760] Fix write_stream
PHPBB3-15760
Diffstat (limited to 'phpBB/phpbb/files/filespec_storage.php')
-rw-r--r--phpBB/phpbb/files/filespec_storage.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/files/filespec_storage.php b/phpBB/phpbb/files/filespec_storage.php
index 5f3b895a05..adf4135193 100644
--- a/phpBB/phpbb/files/filespec_storage.php
+++ b/phpBB/phpbb/files/filespec_storage.php
@@ -456,8 +456,6 @@ class filespec_storage
{
fclose($fp);
}
-
- $storage->track_file($this->destination_file);
}
catch (\phpbb\storage\exception\exception $e)
{