r33000 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32999‎ | r33000 | r33001 >
Date:00:17, 9 April 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 13649) Bad call to wfTimestamp()
copy from trunk r32815
Modified paths:
  • /branches/REL1_12/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_12/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: branches/REL1_12/phase3/includes/filerepo/File.php
@@ -1027,7 +1027,7 @@
10281028 if ( !file_exists( $path ) ) {
10291029 return false;
10301030 }
1031 - return wfTimestamp( filemtime( $path ) );
 1031+ return wfTimestamp( TS_MW, filemtime( $path ) );
10321032 }
10331033
10341034 /**
Index: branches/REL1_12/phase3/RELEASE-NOTES
@@ -10,6 +10,7 @@
1111
1212 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
1313 * (bug 12077) Fix HTML nesting for TOC
 14+* (bug 13649) Bad call to wfTimestamp()
1415
1516
1617 == MediaWiki 1.12.0 ==

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32815Use TS_MWaaron16:08, 5 April 2008

Status & tagging log