Skip to content

Commit

Permalink
Update render.php
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
obuisard committed Sep 11, 2023
1 parent 905c693 commit 487e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_contact/layouts/fields/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

// Check conditions on fields
$showOn = $field->params->get('showon', '');
if (!empty($showOn) && !SYW\TmpFields\Fields::matchShowon($showOn, $fields)) {
if (!empty($showOn) && !FieldsHelper::matchShowon($showOn, $fields)) {
continue;
}

Expand Down

0 comments on commit 487e642

Please sign in to comment.