Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | $line .= '</span> <span style="background-color: '.$c.'"> <strong>XFF</strong>: '; |
230 | 230 | $line .= $this->skin->makeKnownLinkObj( $cuTitle, |
231 | 231 | htmlspecialchars( $row->cuc_xff ), |
232 | | - "user=" . urlencode( $row->cuc_xff ) . "/xff" )."</span>"; |
| 232 | + "user=" . urlencode( $client ) . "/xff" )."</span>"; |
233 | 233 | } |
234 | 234 | $line .= "</small></li>\n"; |
235 | 235 | |