r107624 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107623‎ | r107624 | r107625 >
Date:07:15, 30 December 2011
Author:ckepper
Status:ok
Tags:
Comment:
use proper getter for revision-timestamp
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -563,7 +563,7 @@
564564 'title' => $prefixedText,
565565 'revision' => strval( $oldid ),
566566 'latest' => strval( $latest ),
567 - 'timestamp' => wfTimestamp( TS_UNIX, $revision->mTimestamp ),
 567+ 'timestamp' => wfTimestamp( TS_UNIX, $revision->getTimestamp() ),
568568 'url' => $title->getCanonicalURL(),
569569 'currentVersion' => $currentVersion,
570570 );

Status & tagging log