https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113121

Revision: 113121
Author:   nikerabbit
Date:     2012-03-06 07:20:14 +0000 (Tue, 06 Mar 2012)
Log Message:
-----------
No point doing it the hard way, ping r112591

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialUserlogin.php

Modified: trunk/phase3/includes/specials/SpecialUserlogin.php
===================================================================
--- trunk/phase3/includes/specials/SpecialUserlogin.php 2012-03-06 04:41:55 UTC 
(rev 113120)
+++ trunk/phase3/includes/specials/SpecialUserlogin.php 2012-03-06 07:20:14 UTC 
(rev 113121)
@@ -337,7 +337,7 @@
 
                $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;
                }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to