r88173 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88172‎ | r88173 | r88174 >
Date:13:12, 15 May 2011
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Follow up r87805. Remove unused global.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUndelete.php
@@ -1195,7 +1195,7 @@
11961196 }
11971197
11981198 private function formatRevisionRow( $row, $earliestLiveTime, $remaining, $sk ) {
1199 - global $wgUser, $wgLang;
 1199+ global $wgLang;
12001200
12011201 $rev = Revision::newFromArchiveRow( $row,
12021202 array( 'page' => $this->mTargetObj->getArticleId() ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87805* (bug 21279) Special:Undelete's 'change visibility' links now use forward-co...brion01:13, 10 May 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   05:28, 22 June 2011

This isn't really a follow-up.

Status & tagging log