mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 00:13:29 +02:00
[ticket/15287] Fix code style
PHPBB3-15287
This commit is contained in:
parent
ff86178667
commit
a710bc616a
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user