mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix for sharing
Signed-off-by: Daniel Hansson <daniel@techandme.se>
This commit is contained in:
parent
a442c86a84
commit
119e8474b6
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