fix create parameters

This commit is contained in:
Dennis Eichhorn 2020-05-22 23:53:28 +02:00
parent 96bf2572a0
commit a198d13a5f

View File

@ -424,7 +424,7 @@ class File extends FileAbstract implements FileInterface
*/
public function createNode() : bool
{
return self::create($this->con, $this->uri->getPath(), 0755, true);
return self::create($this->con, $this->uri->getPath());
}
/**