Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayver committed Aug 12, 2018
1 parent cecfb7c commit 5d0b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contact/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function cot_captcha_validate($verify = 0, $func_index = 0)
if(!empty(cot::$extrafields[cot::$db->contact])) {
foreach (cot::$extrafields[cot::$db->contact] as $exfld) {
$uname = strtoupper($exfld['field_name']);
$exfld_val = cot_build_extrafields('rcontact' . $exfld['field_name'], $exfld, $rcontact[$exfld['field_name']]);
$exfld_val = cot_build_extrafields('rcontact' . $exfld['field_name'], $exfld, $rcontact['contact_'.$exfld['field_name']]);
$exfld_title = cot_extrafield_title($exfld, 'contact_');

$t->assign(array(
Expand Down

0 comments on commit 5d0b38e

Please sign in to comment.