mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #22902 from nextcloud/fix/16696/proper-target-path-for-share-event
Create proper target path for shared storage fopen event
This commit is contained in:
commit
681e51c0ef
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,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 a new issue