From: Niklas Laxström Date: Tue, 6 Mar 2012 07:20:14 +0000 (+0000) Subject: No point doing it the hard way, ping r112591 X-Git-Tag: 1.31.0-rc.0~24369 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=e833f5c21c82f0d9130ac9f0b9b5ffca4aaca1ec;p=lhc%2Fweb%2Fwiklou.git No point doing it the hard way, ping r112591 --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index 5dbcf6d816..761f1a792f 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -337,7 +337,7 @@ class LoginForm extends SpecialPage { $ip = $this->getRequest()->getIP(); if ( $currentUser->isDnsBlacklisted( $ip, true /* check $wgProxyWhitelist */ ) ) { - $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses' )->rawParams( htmlspecialchars( $ip ) )->escaped() ); + $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses', $ip )->escaped() ); return false; }