r103753 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103752‎ | r103753 | r103754 >
Date:13:02, 20 November 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r103751
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php
@@ -345,7 +345,7 @@
346346 if ( $userObj->isAnon() ) {
347347 $user = htmlspecialchars( $userObj->getName() );
348348 } else {
349 - $user = Linker::link( $userObj->getPage(), htmlspecialchars( $userObj->getText() ) );
 349+ $user = Linker::link( $userObj->getUserPage(), htmlspecialchars( $userObj->getText() ) );
350350 }
351351 $nt = $userObj->getUserPage();
352352 $id = $userObj->getID();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103751In the spirit of r103745, guard against invalid user names in SpecialContribu...catrope11:29, 20 November 2011

Status & tagging log