Index: branches/REL1_12/phase3/includes/filerepo/File.php |
— | — | @@ -1027,7 +1027,7 @@ |
1028 | 1028 | if ( !file_exists( $path ) ) { |
1029 | 1029 | return false; |
1030 | 1030 | } |
1031 | | - return wfTimestamp( filemtime( $path ) ); |
| 1031 | + return wfTimestamp( TS_MW, filemtime( $path ) ); |
1032 | 1032 | } |
1033 | 1033 | |
1034 | 1034 | /** |
Index: branches/REL1_12/phase3/RELEASE-NOTES |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | |
12 | 12 | * (bug 13522) Fix fatal error in Parser::extractTagsAndParams |
13 | 13 | * (bug 12077) Fix HTML nesting for TOC |
| 14 | +* (bug 13649) Bad call to wfTimestamp() |
14 | 15 | |
15 | 16 | |
16 | 17 | == MediaWiki 1.12.0 == |