fix for sharing stable 11

Signed-off-by: Daniel Hansson <daniel@techandme.se>
This commit is contained in:
Daniel Hansson 2017-05-20 17:22:42 +02:00
parent 369044192a
commit 933beac880
1 changed files with 1 additions and 0 deletions

View File

@ -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);