Page MenuHomePhabricator

User.php.patch

Authored By
bzimport
Nov 21 2014, 8:09 PM
Size
591 B
Referenced Files
None
Subscribers
None

User.php.patch

Index: includes/User.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/User.php,v
retrieving revision 1.116
diff -u -r1.116 User.php
--- includes/User.php 18 Jan 2005 03:06:20 -0000 1.116
+++ includes/User.php 23 Jan 2005 14:59:56 -0000
@@ -271,8 +271,8 @@
# Proxy blocking
if ( !$this->mBlockedby ) {
if ( array_key_exists( $wgIP, $wgProxyList ) ) {
+ $this->mBlockedby = wfMsg( 'proxyblocker' );
$this->mBlockreason = wfMsg( 'proxyblockreason' );
- $this->mBlockedby = "Proxy blocker";
}
}
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1359
Default Alt Text
User.php.patch (591 B)

Event Timeline