1
0
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:
Rubén Calvo 2017-10-31 11:23:31 +01:00
parent 01a8487244
commit 6b6c02aa7f

View File

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