Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | |
173 | 173 | # Username/IP is blocked already locally |
174 | 174 | if( $alreadyBlocked ) { |
175 | | - $wgOut->wrapWikiMsg( "<div class='mw-ipd-needreblock'>\n$1\n</div>", array( 'ipb-needreblock', $this->BlockAddress ) ); |
| 175 | + $wgOut->wrapWikiMsg( "<div class='mw-ipb-needreblock'>\n$1\n</div>", array( 'ipb-needreblock', $this->BlockAddress ) ); |
176 | 176 | } |
177 | 177 | |
178 | 178 | $scBlockExpiryOptions = wfMsgForContent( 'ipboptions' ); |