1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-09-02 17:56:02 +02:00

fix return value of Root::get

Signed-off-by: Robin Appelman <robin@icewind.nl>
Esse commit está contido em:
Robin Appelman 2021-03-26 21:29:24 +01:00
commit c8736e7a23
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 42B69D8A64526EFB

Ver arquivo

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