X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCacheManager.php;h=0360ab8a238ad3ab599ceedd8a984a61034f2db2;hb=a0d8fb6e3d8c4fd31d34f6825a253870b2557710;hp=e611737d5cf2b80a2fb8d15ac05b06361b8d82c5;hpb=b15a98c300f67d90dc04b802c92094cec57cbd41;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CacheManager.php b/includes/CacheManager.php index e611737d5c..0360ab8a23 100644 --- a/includes/CacheManager.php +++ b/includes/CacheManager.php @@ -2,6 +2,7 @@ /** * Contain the CacheManager class * @package MediaWiki + * @subpackage Cache */ /** @@ -55,7 +56,7 @@ class CacheManager { } function fileCacheTime() { - return wfUnix2Timestamp( filemtime( $this->fileCacheName() ) ); + return wfTimestamp( TS_MW, filemtime( $this->fileCacheName() ) ); } function isFileCacheGood( $timestamp ) {