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 aab3e31 + 9125715 commit 5246653Copy full SHA for 5246653
1 file changed
lib/private/Files/Node/Node.php
@@ -279,7 +279,7 @@ public function getParent(): INode|IRootFolder {
279
280
// Manually fetch the parent if the current node doesn't have a file info yet
281
try {
282
- $fileInfo = $this->getFileInfo();
+ $fileInfo = $this->getFileInfo(false);
283
} catch (NotFoundException) {
284
$this->parent = $this->root->get($newPath);
285
/** @var \OCP\Files\Folder $this->parent */
0 commit comments