Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -279,10 +279,8 @@ |
280 | 280 | } |
281 | 281 | # Uploads |
282 | 282 | $tools[] = $sk->linkKnown( |
283 | | - SpecialPage::getTitleFor( 'Listfiles' ), |
284 | | - wfMsgHtml( 'sp-contributions-uploads' ), |
285 | | - array(), |
286 | | - array( 'user' => $username ) |
| 283 | + SpecialPage::getTitleFor( 'Listfiles', $username ), |
| 284 | + wfMsgHtml( 'sp-contributions-uploads' ) |
287 | 285 | ); |
288 | 286 | |
289 | 287 | # Other logs link |