mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15311] Fix variable
PHPBB3-15311
This commit is contained in:
parent
01a8487244
commit
6b6c02aa7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue