From cb0291ef8a6ee975950ea9d9e425cc83fcb68889 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 21 Nov 2004 02:30:25 +0000 Subject: [PATCH] tyop --- includes/CacheManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/CacheManager.php b/includes/CacheManager.php index a79467dc0a..ebcc7a9830 100644 --- a/includes/CacheManager.php +++ b/includes/CacheManager.php @@ -55,7 +55,7 @@ class CacheManager { } function fileCacheTime() { - return wfTimestamp( MW_TS, filemtime( $this->fileCacheName() ) ); + return wfTimestamp( TS_MW, filemtime( $this->fileCacheName() ) ); } function isFileCacheGood( $timestamp ) { -- 2.20.1