Index: trunk/phase3/includes/Block.php |
— | — | @@ -275,7 +275,7 @@ |
276 | 276 | $this->mRangeEnd = ''; |
277 | 277 | |
278 | 278 | if ( $this->mUser == 0 ) { |
279 | | - list($this->mRangeStart, $this->mRangeEnd) = IP::parseRange$this->mAddress); |
| 279 | + list($this->mRangeStart, $this->mRangeEnd) = IP::parseRange($this->mAddress); |
280 | 280 | } |
281 | 281 | } |
282 | 282 | |