Index: trunk/phase3/includes/specials/SpecialBlockip.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | $otherBlockedMsgs = array(); |
133 | 133 | if( $err && $err[0] != 'ipb_already_blocked' ) { |
134 | 134 | $key = array_shift( $err ); |
135 | | - $msg = wfMsgReal( $key, $err ); |
| 135 | + $msg = wfMsgExt( $key, 'parsemag', $err ); |
136 | 136 | $wgOut->setSubtitle( wfMsgHtml( 'formerror' ) ); |
137 | 137 | $wgOut->addHTML( Xml::tags( 'p', array( 'class' => 'error' ), $msg ) ); |
138 | 138 | } elseif( $this->BlockAddress !== null ) { |