Fix #1432
This commit is contained in:
parent
67d0f562c0
commit
b1a8c6d971
|
@ -831,7 +831,7 @@ class m_dom {
|
|||
}
|
||||
break;
|
||||
case 'IPV6':
|
||||
if (checkip($value)) {
|
||||
if (checkipv6($value)) {
|
||||
return true;
|
||||
}else{
|
||||
$err->raise("dom",_("The ip address is invalid"));
|
||||
|
|
Loading…
Reference in New Issue