We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b0401c + 00b5a15 commit 50a72bfCopy full SHA for 50a72bf
1 file changed
lib/private/Files/Node/Node.php
@@ -284,7 +284,7 @@ public function getParent(): INode|IRootFolder {
284
285
// Manually fetch the parent if the current node doesn't have a file info yet
286
try {
287
- $fileInfo = $this->getFileInfo();
+ $fileInfo = $this->getFileInfo(false);
288
} catch (NotFoundException) {
289
$this->parent = $this->root->get($newPath);
290
/** @var \OCP\Files\Folder $this->parent */
0 commit comments