diff options
Diffstat (limited to 'phpBB/phpbb/files')
-rw-r--r-- | phpBB/phpbb/files/filespec_storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/files/filespec_storage.php b/phpBB/phpbb/files/filespec_storage.php index 32204e075d..b4042ebf10 100644 --- a/phpBB/phpbb/files/filespec_storage.php +++ b/phpBB/phpbb/files/filespec_storage.php @@ -440,7 +440,7 @@ class filespec_storage } } - if($overwrite && $storage->exists($this->destination_file)) + if ($overwrite && $storage->exists($this->destination_file)) { $storage->delete($this->destination_file); } |