Per Simetrical, fix for r69270: correct class name
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 17 Jul 2010 11:59:20 +0000 (11:59 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 17 Jul 2010 11:59:20 +0000 (11:59 +0000)
includes/specials/SpecialBlockip.php

index b2ee4b1..837d83c 100644 (file)
@@ -171,7 +171,7 @@ class IPBlockForm {
 
                # Username/IP is blocked already locally
                if( $alreadyBlocked ) {
-                       $wgOut->wrapWikiMsg( "<div class='mw-ipd-needreblock'>\n$1\n</div>", array( 'ipb-needreblock', $this->BlockAddress ) );
+                       $wgOut->wrapWikiMsg( "<div class='mw-ipb-needreblock'>\n$1\n</div>", array( 'ipb-needreblock', $this->BlockAddress ) );
                }
 
                $scBlockExpiryOptions = wfMsgForContent( 'ipboptions' );