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
Typo

Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
obuisard and brianteeman committed Sep 11, 2023
1 parent 487e642 commit 20df126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public static function matchShowon($showOn, $fields)
// field:3,7 => we can have a value of 3 or 7

if (!$foundMatch) {
// Did not find a value the field should, no need to continue looking in the [AND]
// Did not find a value the field should match, no need to continue looking in the [AND]
$allAndConditionsAreMet = false;
break;
}
Expand Down

0 comments on commit 20df126

Please sign in to comment.