From a710bc616ada10bab8f20fa1db336a2ee70e4953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 20 Jul 2017 05:09:30 +0200 Subject: [PATCH] [ticket/15287] Fix code style PHPBB3-15287 --- phpBB/phpbb/files/filespec_storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }