Skip to content
Snippets Groups Projects
Unverified Commit 5eb808b7 authored by Morris Jobke's avatar Morris Jobke
Browse files

Create proper target path for shared storage fopen event


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 05edd1e5
No related branches found
No related tags found
No related merge requests found
......@@ -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,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment