r32815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32814‎ | r32815 | r32816 >
Date:16:08, 5 April 2008
Author:aaron
Status:old
Tags:
Comment:
Use TS_MW
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1040,7 +1040,7 @@
10411041 if ( !file_exists( $path ) ) {
10421042 return false;
10431043 }
1044 - return wfTimestamp( filemtime( $path ) );
 1044+ return wfTimestamp( TS_MW, filemtime( $path ) );
10451045 }
10461046
10471047 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r33000* (bug 13649) Bad call to wfTimestamp()...brion00:17, 9 April 2008

Status & tagging log