From: Brion Vibber Date: Sun, 21 Nov 2004 02:30:25 +0000 (+0000) Subject: tyop X-Git-Tag: 1.5.0alpha1~1294 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=cb0291ef8a6ee975950ea9d9e425cc83fcb68889;p=lhc%2Fweb%2Fwiklou.git tyop --- 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 ) {