mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +00:00
fix create parameters
This commit is contained in:
parent
96bf2572a0
commit
a198d13a5f
|
|
@ -424,7 +424,7 @@ class File extends FileAbstract implements FileInterface
|
||||||
*/
|
*/
|
||||||
public function createNode() : bool
|
public function createNode() : bool
|
||||||
{
|
{
|
||||||
return self::create($this->con, $this->uri->getPath(), 0755, true);
|
return self::create($this->con, $this->uri->getPath());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user