This commit is contained in:
Alan Garcia 2013-01-30 10:07:42 +00:00
parent 67d0f562c0
commit b1a8c6d971
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ class m_dom {
} }
break; break;
case 'IPV6': case 'IPV6':
if (checkip($value)) { if (checkipv6($value)) {
return true; return true;
}else{ }else{
$err->raise("dom",_("The ip address is invalid")); $err->raise("dom",_("The ip address is invalid"));