Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Feb 9, 2023
1 parent 20631f2 commit 2a8b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/search_api/processor/TypedRelationFiltered.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function addFieldValues(ItemInterface $item) {
return;
}

$vals = $content_entity->get($field_config['base_field'])->getValue;
$vals = $content_entity->get($field_config['base_field'])->getValue();
foreach ($vals as $element) {
$rel_type = $element['rel_type'];
if (in_array($rel_type, $field_config['rel_types'])) {
Expand Down

0 comments on commit 2a8b7e8

Please sign in to comment.