From 3f8685b24e695ef3b229194a99083154342ca237 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 5 Apr 2008 16:08:26 +0000 Subject: [PATCH] Use TS_MW --- includes/filerepo/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ); } /** -- 2.20.1