Skip to content

Commit

Permalink
44694 refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
yeneastgate committed Jul 9, 2024
1 parent 1e3a4d8 commit 2f720c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.dist/form/applicantform.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

if ( in_array( $input, array( 'gdprcheckbox' ) ) ) {
$line = renderFormField( 'gdprcheckbox', $pForm );
$line .= $pForm->getFieldLabel( 'gdprcheckbox' );
$line .= $pForm->getFieldLabel( 'gdprcheckbox' );
}
if ($table == 'address') {
$addressValues []= $line;
Expand Down

0 comments on commit 2f720c6

Please sign in to comment.