Skip to content

Commit

Permalink
Merge pull request #48091 from nextcloud/backport/47316/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 22, 2024
2 parents 3af9721 + 0c12c06 commit 8b20422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/FilesMetadata/FilesMetadataManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function refreshMetadata(
return $this->refreshMetadata($node, self::PROCESS_BACKGROUND);
}

$this->jobList->add(UpdateSingleMetadata::class, [$node->getOwner()->getUID(), $node->getId()]);
$this->jobList->add(UpdateSingleMetadata::class, [$node->getOwner()?->getUID(), $node->getId()]);
}

return $metadata;
Expand Down

0 comments on commit 8b20422

Please sign in to comment.