Skip to content

Commit d880f27

Browse files
author
Ariel Jolo
committed
Fix Typo
1 parent abd8a98 commit d880f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/osi/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ function save_form_data_to_cpt($contact_form) {
450450
));
451451
update_field('name', $data['your-name'], $post_id);
452452
update_field('organization', $data['your-org'], $post_id);
453-
update_field('endorsement_type', $data['your-endorsementg'], $post_id);
453+
update_field('endorsement_type', $data['your-endorsement'], $post_id);
454454
update_field('quote', $data['your-message'], $post_id);
455455
} else {
456456
error_log('WPCF7_Submission instance is null.');

0 commit comments

Comments
 (0)