Add back missing slash in LazyUserFolder path

Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
pull/32961/head
Côme Chilliet 3 years ago committed by GitHub
parent 85770f3b9f
commit 1cc1866ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/private/Files/Node/LazyUserFolder.php

@ -70,7 +70,7 @@ class LazyUserFolder extends LazyFolder {
}
public function get($path) {
return $this->root->get('/' . $this->user->getUID() . '/files' . ltrim($path, '/'));
return $this->root->get('/' . $this->user->getUID() . '/files/' . ltrim($path, '/'));
}
/**

Loading…
Cancel
Save