Browse Source

fix return value of Root::get

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v22.0.0beta1
Robin Appelman 3 years ago
parent
commit
c8736e7a23
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Files/Node/Root.php

+ 1
- 1
lib/private/Files/Node/Root.php View File

@@ -192,7 +192,7 @@ class Root extends Folder implements IRootFolder {
* @param string $path
* @throws \OCP\Files\NotFoundException
* @throws \OCP\Files\NotPermittedException
* @return string
* @return Node
*/
public function get($path) {
$path = $this->normalizePath($path);

Loading…
Cancel
Save