1
0
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:
Rubén Calvo 2017-07-20 05:09:30 +02:00
parent ff86178667
commit a710bc616a

View File

@ -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);
}