r43282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43281‎ | r43282 | r43283 >
Date:21:19, 7 November 2008
Author:aaron
Status:old
Tags:
Comment:
Return TS in MW format
Modified paths:
  • /trunk/phase3/includes/filerepo/ArchivedFile.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ArchivedFile.php
@@ -251,7 +251,7 @@
252252 */
253253 public function getTimestamp() {
254254 $this->load();
255 - return $this->timestamp;
 255+ return wfTimestamp( TS_MW, $this->timestamp );
256256 }
257257
258258 /**

Status & tagging log