Skip to content
Snippets Groups Projects
Commit 527e1d00 authored by Björn Schießle's avatar Björn Schießle
Browse files

try to get path from filesystem

parent 3431d547
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ class OC_Share_Backend_File implements OCP\Share_Backend_File_Dependent {
$path = $this->path;
$this->path = null;
return $path;
} else {
$path = \OC\Files\Filesystem::getPath($itemSource);
if ($path) {
return $path;
}
}
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment