Index: trunk/extensions/GlobalBlocking/SpecialGlobalBlockStatus.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | |
63 | 63 | function loadParameters() { |
64 | 64 | global $wgRequest; |
65 | | - $this->mAddress = trim(Block::normaliseRange( $wgRequest->getText( 'address' ) )); |
| 65 | + $this->mAddress = Block::normaliseRange( trim( $wgRequest->getText( 'address' ) ) ); |
66 | 66 | $this->mReason = $wgRequest->getText( 'wpReason' ); |
67 | 67 | $this->mWhitelistStatus = $wgRequest->getCheck( 'wpWhitelistStatus' ); |
68 | 68 | $this->mEditToken = $wgRequest->getText( 'wpEditToken' ); |