Skip to content

Commit 1cc1866

Browse files
authored
Add back missing slash in LazyUserFolder path
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
1 parent 85770f3 commit 1cc1866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/Node/LazyUserFolder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function __construct(IRootFolder $rootFolder, IUser $user, IMountManager
7070
}
7171

7272
public function get($path) {
73-
return $this->root->get('/' . $this->user->getUID() . '/files' . ltrim($path, '/'));
73+
return $this->root->get('/' . $this->user->getUID() . '/files/' . ltrim($path, '/'));
7474
}
7575

7676
/**

0 commit comments

Comments
 (0)