We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37348cb commit dfaa2c2Copy full SHA for dfaa2c2
lib/private/Files/Node/LazyUserFolder.php
@@ -69,7 +69,7 @@ public function getMountPoint() {
69
if ($this->folder !== null) {
70
return $this->folder->getMountPoint();
71
}
72
- $mountPoint = $this->mountManager->find('/' . $this->user->getUID());
+ $mountPoint = $this->mountManager->find($this->path);
73
if (is_null($mountPoint)) {
74
throw new \Exception('No mountpoint for user folder');
75
0 commit comments