mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
Merge pull request #47316 from Farcry69/fix/metadata-refresh-crash
This commit is contained in:
commit
6eefcdba0c
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class FilesMetadataManager implements IFilesMetadataManager {
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue