aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2017-07-20 05:09:30 +0200
committerRubén Calvo <rubencm@gmail.com>2017-07-21 19:27:47 +0200
commita710bc616ada10bab8f20fa1db336a2ee70e4953 (patch)
tree9f54cad02c6ea0ba3db249937b2a55f454d40900 /phpBB/phpbb/files
parent[ticket/15287] Add PHPDoc (diff)
downloadphpbb-a710bc616ada10bab8f20fa1db336a2ee70e4953.tar.gz
phpbb-a710bc616ada10bab8f20fa1db336a2ee70e4953.tar.bz2
phpbb-a710bc616ada10bab8f20fa1db336a2ee70e4953.zip
[ticket/15287] Fix code style
PHPBB3-15287
Diffstat (limited to 'phpBB/phpbb/files')
-rw-r--r--phpBB/phpbb/files/filespec_storage.php2
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);
}