Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -1040,7 +1040,7 @@ |
1041 | 1041 | if ( !file_exists( $path ) ) { |
1042 | 1042 | return false; |
1043 | 1043 | } |
1044 | | - return wfTimestamp( filemtime( $path ) ); |
| 1044 | + return wfTimestamp( TS_MW, filemtime( $path ) ); |
1045 | 1045 | } |
1046 | 1046 | |
1047 | 1047 | /** |