1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +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

@@ -189,6 +189,8 @@ class acp_database
fclose($fp);
$storage->track_file($file);
// Remove file from tmp
@unlink($temp_dir . '/' . $file);