mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15287] Fix code style
PHPBB3-15287
This commit is contained in:
parent
ff86178667
commit
a710bc616a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
$storage->delete($this->destination_file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue