Create proper target path for shared storage fopen event

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/22902/head
Morris Jobke 4 years ago
parent 05edd1e5d6
commit 5eb808b763
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      apps/files_sharing/lib/SharedStorage.php

@ -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…
Cancel
Save