diff options
Diffstat (limited to 'phpBB/phpbb/attachment/delete.php')
-rw-r--r-- | phpBB/phpbb/attachment/delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/attachment/delete.php b/phpBB/phpbb/attachment/delete.php index 4ef320eab4..32469c124c 100644 --- a/phpBB/phpbb/attachment/delete.php +++ b/phpBB/phpbb/attachment/delete.php @@ -376,4 +376,4 @@ class delete $this->config->increment('num_files', $files_removed * (-1), false); } } -}
\ No newline at end of file +} |