mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-10 19:03:24 +02:00
[ticket/15311] Fix variable
PHPBB3-15311
This commit is contained in:
parent
01a8487244
commit
6b6c02aa7f
@ -773,7 +773,7 @@ class filesystem implements filesystem_interface
|
||||
|
||||
if (!is_dir($tmp_dir))
|
||||
{
|
||||
$this->filesystem->mkdir($tmp_dir, 0777);
|
||||
$this->mkdir($tmp_dir, 0777);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user