From a5b6bb3c26ef7c5e2a92d53b746ee62766b37a57 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 25 Nov 2006 17:32:41 +0000 Subject: [PATCH] oops --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.20.1