mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15311] Fix variable
PHPBB3-15311
This commit is contained in:
@@ -773,7 +773,7 @@ class filesystem implements filesystem_interface
|
|||||||
|
|
||||||
if (!is_dir($tmp_dir))
|
if (!is_dir($tmp_dir))
|
||||||
{
|
{
|
||||||
$this->filesystem->mkdir($tmp_dir, 0777);
|
$this->mkdir($tmp_dir, 0777);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user