mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-07 10:24:48 +02:00
[ticket/15287] Fix code style
PHPBB3-15287
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user