fix return value of Root::get

Signed-off-by: Robin Appelman <robin@icewind.nl>
このコミットが含まれているのは:
Robin Appelman 2021-03-26 21:29:24 +01:00
コミット c8736e7a23
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 42B69D8A64526EFB

ファイルの表示

@ -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);