1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-09-02 17:56:02 +02:00

fix return value of Root::get

Signed-off-by: Robin Appelman <robin@icewind.nl>
Bu işleme şunda yer alıyor:
Robin Appelman 2021-03-26 21:29:24 +01:00
ebeveyn a75f0e62fa
işleme c8736e7a23
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 42B69D8A64526EFB

Dosyayı Görüntüle

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