Create proper target path for shared storage fopen event
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
05edd1e5d6
commit
5eb808b763
|
@ -286,7 +286,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
|
|||
}
|
||||
}
|
||||
$info = [
|
||||
'target' => $this->getMountPoint() . $path,
|
||||
'target' => $this->getMountPoint() . '/' . $path,
|
||||
'source' => $source,
|
||||
'mode' => $mode,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue