From eba25b9f58d65bf449053a513aa3eec00db533b6 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 17 Jul 2010 11:59:20 +0000 Subject: [PATCH] Per Simetrical, fix for r69270: correct class name --- includes/specials/SpecialBlockip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1