From: Aaron Schulz Date: Sat, 5 Apr 2008 16:08:26 +0000 (+0000) Subject: Use TS_MW X-Git-Tag: 1.31.0-rc.0~48606 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=3f8685b24e695ef3b229194a99083154342ca237;p=lhc%2Fweb%2Fwiklou.git Use TS_MW --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 4b517a256c..b617e3e435 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -1040,7 +1040,7 @@ abstract class File { if ( !file_exists( $path ) ) { return false; } - return wfTimestamp( filemtime( $path ) ); + return wfTimestamp( TS_MW, filemtime( $path ) ); } /**