1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-09-02 17:56:02 +02:00

fix return value of Root::get

Signed-off-by: Robin Appelman <robin@icewind.nl>
Dieser Commit ist enthalten in:
Robin Appelman 2021-03-26 21:29:24 +01:00
Ursprung a75f0e62fa
Commit c8736e7a23
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 42B69D8A64526EFB

Datei anzeigen

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