From: Tim Starling Date: Sat, 25 Nov 2006 17:32:41 +0000 (+0000) Subject: oops X-Git-Tag: 1.31.0-rc.0~55080 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=a5b6bb3c26ef7c5e2a92d53b746ee62766b37a57;p=lhc%2Fweb%2Fwiklou.git oops --- diff --git a/includes/Block.php b/includes/Block.php index ff0478ef82..592471cf80 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -275,7 +275,7 @@ class Block $this->mRangeEnd = ''; if ( $this->mUser == 0 ) { - list( $this->mRangeStart, $this->mRangeEnd ) = IP::parseCIDR( $this->mAddress ); + list( $this->mRangeStart, $this->mRangeEnd ) = IP::parseRange( $this->mAddress ); } }