Skip to content

Commit f2f60c2

Browse files
Merge pull request #48067 from nextcloud/backport/48031/stable29
2 parents bac653a + c49da21 commit f2f60c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dav/lib/Connector/Sabre/FilesReportPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function findNodesByFileIds(Node $rootNode, array $fileIds): array {
430430

431431
$results = [];
432432
foreach ($fileIds as $fileId) {
433-
$entry = $folder->getFirstNodeById($fileId);
433+
$entry = $folder->getFirstNodeById((int)$fileId);
434434
if ($entry) {
435435
$results[] = $this->wrapNode($entry);
436436
}

0 commit comments

Comments
 (0)