1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[ticket/15311] Fix code style

PHPBB3-15311
This commit is contained in:
Rubén Calvo 2018-05-23 22:46:22 +02:00
parent b029c7889e
commit d156bf3757

View File

@ -773,7 +773,7 @@ class filesystem implements filesystem_interface
if (!is_dir($tmp_dir))
{
$this->mkdir($tmp_dir, 0777);
$this->mkdir($tmp_dir, 0777);
}
}