mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #4999 from nextcloud/fix-for-sharing-stable-11
fix for sharing stable 11
This commit is contained in:
commit
9a36d141dc
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
|
|
@ -193,6 +193,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