mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15311] Fix code style
PHPBB3-15311
This commit is contained in:
parent
b029c7889e
commit
d156bf3757
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ class filesystem implements filesystem_interface
|
||||||
|
|
||||||
if (!is_dir($tmp_dir))
|
if (!is_dir($tmp_dir))
|
||||||
{
|
{
|
||||||
$this->mkdir($tmp_dir, 0777);
|
$this->mkdir($tmp_dir, 0777);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue