Skip to content

Commit

Permalink
Ignore render warnings when indexing content
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed May 19, 2021
1 parent dee6673 commit 1557ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/AlgoliaIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function exportAttributesFromObject($item)
}
break;
default:
$value = $dbField->forTemplate();
$value = @$dbField->forTemplate();
}

if ($hasContent) {
Expand Down

0 comments on commit 1557ea5

Please sign in to comment.