mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 06:48: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
|
||||
{
|
||||
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