mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 18:46:28 -04:00
Merge pull request #4997 from nextcloud/federated-share-fix
fix for sharing
This commit is contained in:
commit
2dbd389bdb
1 changed files with 1 additions and 0 deletions
1
apps/files_sharing/lib/External/Manager.php
vendored
1
apps/files_sharing/lib/External/Manager.php
vendored
|
|
@ -198,6 +198,7 @@ class Manager {
|
|||
$share = $this->getShare($id);
|
||||
|
||||
if ($share) {
|
||||
\OC_Util::setupFS($this->uid);
|
||||
$mountPoint = Files::buildNotExistingFileName('/', $share['name']);
|
||||
$mountPoint = Filesystem::normalizePath('/' . $mountPoint);
|
||||
$hash = md5($mountPoint);
|
||||
|
|
|
|||
Loading…
Reference in a new issue