diff --git a/phpBB/phpbb/filesystem/filesystem.php b/phpBB/phpbb/filesystem/filesystem.php index 942ebb702f..52eb271b8a 100644 --- a/phpBB/phpbb/filesystem/filesystem.php +++ b/phpBB/phpbb/filesystem/filesystem.php @@ -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); } }