Skip to content

Commit

Permalink
Update administrator/components/com_fields/src/Helper/FieldsHelper.php
Browse files Browse the repository at this point in the history
Co-authored-by: Quy <quy@nomonkeybiz.com>
  • Loading branch information
obuisard and Quy committed Sep 12, 2023
1 parent 4a11f39 commit e717cdc
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,8 @@ public static function matchFieldValues($fieldName, $valuesToMatch, $fields)
break;
}
}
} else {
if ($field->rawvalue === $valueToMatch) {
$foundMatch = true;
}
} elseif ($field->rawvalue === $valueToMatch) {
$foundMatch = true;
}

break;
Expand Down

0 comments on commit e717cdc

Please sign in to comment.