Skip to content

Commit

Permalink
Update src/lib/FieldMapper/ContentTranslationFieldMapper/ContentDocum…
Browse files Browse the repository at this point in the history
…entFulltextFields.php

Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
  • Loading branch information
ViniTou and konradoboza authored Nov 21, 2024
1 parent 14f2caf commit a3aa7e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function doMapRelatedFields(Content $sourceContent, $languageCode, $maxD
{
$sourceContentId = $sourceContent->versionInfo->contentInfo->id;
$relations = $this->contentHandler->loadRelationList(
$sourceContent->versionInfo->contentInfo->id,
$sourceContentId,
$this->contentHandler->countRelations($sourceContentId)
);

Expand Down

0 comments on commit a3aa7e2

Please sign in to comment.