Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1784
User.php.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 8:09 PM
2014-11-21 20:09:03 (UTC+0)
Size
591 B
Referenced Files
None
Subscribers
None
User.php.patch
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1359
Default Alt Text
User.php.patch (591 B)
Attached To
Mode
T3389: English-only text for proxy blocker in User.php getBlockedStatus()
Attached
Detach File
Event Timeline
Log In to Comment