Skip to content
Snippets Groups Projects
Unverified Commit 681e51c0 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #22902 from nextcloud/fix/16696/proper-target-path-for-share-event

Create proper target path for shared storage fopen event
parents b0c04a3e 5eb808b7
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto ...@@ -288,7 +288,7 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
} }
} }
$info = [ $info = [
'target' => $this->getMountPoint() . $path, 'target' => $this->getMountPoint() . '/' . $path,
'source' => $source, 'source' => $source,
'mode' => $mode, '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