r17930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17929‎ | r17930 | r17931 >
Date:17:32, 25 November 2006
Author:tstarling
Status:old
Tags:
Comment:
oops
Modified paths:
  • /trunk/phase3/includes/Block.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Block.php
@@ -275,7 +275,7 @@
276276 $this->mRangeEnd = '';
277277
278278 if ( $this->mUser == 0 ) {
279 - list( $this->mRangeStart, $this->mRangeEnd ) = IP::parseCIDR( $this->mAddress );
 279+ list( $this->mRangeStart, $this->mRangeEnd ) = IP::parseRange( $this->mAddress );
280280 }
281281 }
282282