r53153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53152‎ | r53153 | r53154 >
Date:03:37, 13 July 2009
Author:aaron
Status:resolved
Tags:
Comment:
fixed var typo
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/StableVersions_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/StableVersions_body.php
@@ -67,7 +67,7 @@
6868 $fdate, $ftime, $row->user_name );
6969
7070 $lev = ( $row->fr_quality >=1 ) ? wfMsgHtml('hist-quality') : wfMsgHtml('hist-stable');
71 - $link = $this->skin->makeKnownLinkObj( $this->page, $time,
 71+ $link = $this->skin->makeKnownLinkObj( $this->page, $ftime,
7272 'stableid='.$row->fr_rev_id );
7373
7474 return '<li>'.$link.' ('.$review.') <strong>['.$lev.']</strong></li>';

Follow-up revisions

RevisionCommit summaryAuthorDate
r53154Follow up to r53153: wasn't just a typo...also the wrong var...added the corr...aaron03:49, 13 July 2009

Status & tagging log