X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLUserTextField.php;h=5b3bc25ef8ca0f55a3d62e4f40aa4d3a4e6be282;hb=94022121b5415796e4ee0c89d41ddcd73c3fd3da;hp=d6723144f5cf9d126102798ffa0655fc6a5bcddb;hpb=32fd2342e5648ec7d37eecb00fc4044a3a7526a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLUserTextField.php b/includes/htmlform/fields/HTMLUserTextField.php index d6723144f5..5b3bc25ef8 100644 --- a/includes/htmlform/fields/HTMLUserTextField.php +++ b/includes/htmlform/fields/HTMLUserTextField.php @@ -65,7 +65,7 @@ class HTMLUserTextField extends HTMLTextField { protected function isValidIPRange( $value ) { $cidrIPRanges = $this->mParams['iprangelimits']; - if ( !IP::isValidBlock( $value ) ) { + if ( !IP::isValidRange( $value ) ) { return false; }