From: Alexandre Emsenhuber Date: Sat, 17 Jul 2010 11:59:20 +0000 (+0000) Subject: Per Simetrical, fix for r69270: correct class name X-Git-Tag: 1.31.0-rc.0~36123 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=eba25b9f58d65bf449053a513aa3eec00db533b6;p=lhc%2Fweb%2Fwiklou.git Per Simetrical, fix for r69270: correct class name --- diff --git a/includes/specials/SpecialBlockip.php b/includes/specials/SpecialBlockip.php index b2ee4b120f..837d83ce4e 100644 --- a/includes/specials/SpecialBlockip.php +++ b/includes/specials/SpecialBlockip.php @@ -171,7 +171,7 @@ class IPBlockForm { # Username/IP is blocked already locally if( $alreadyBlocked ) { - $wgOut->wrapWikiMsg( "
\n$1\n
", array( 'ipb-needreblock', $this->BlockAddress ) ); + $wgOut->wrapWikiMsg( "
\n$1\n
", array( 'ipb-needreblock', $this->BlockAddress ) ); } $scBlockExpiryOptions = wfMsgForContent( 'ipboptions' );