Skip to content

Commit 4593d5e

Browse files
author
Thom
committed
Fix typo (#6597)
1 parent b28c39d commit 4593d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/tform_base.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ function validateField($field_name, $field_value, $validators) {
11871187
if (count($sql_v6_explode) < count($explode_field_value) && isset($sql_v6['ip_address'])) {
11881188
$errmsg = $validator['errmsg'];
11891189
if(isset($this->wordbook[$errmsg])) {
1190-
$this->errorMessage .= $this->wordbook[$errmsg].$sql_v6[ip_address]."<br />\r\n";
1190+
$this->errorMessage .= $this->wordbook[$errmsg].$sql_v6['ip_address']."<br />\r\n";
11911191
} else {
11921192
$this->errorMessage .= $errmsg."<br />\r\n";
11931193
}

0 commit comments

Comments
 (0)