We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85770f3 commit 1cc1866Copy full SHA for 1cc1866
lib/private/Files/Node/LazyUserFolder.php
@@ -70,7 +70,7 @@ public function __construct(IRootFolder $rootFolder, IUser $user, IMountManager
70
}
71
72
public function get($path) {
73
- return $this->root->get('/' . $this->user->getUID() . '/files' . ltrim($path, '/'));
+ return $this->root->get('/' . $this->user->getUID() . '/files/' . ltrim($path, '/'));
74
75
76
/**
0 commit comments