From: Aaron Schulz Date: Sun, 28 Dec 2008 14:32:49 +0000 (+0000) Subject: Opps, forgot to commit this X-Git-Tag: 1.31.0-rc.0~43723 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=9b206552ac304f135abd6008443f82330ebc5464;p=lhc%2Fweb%2Fwiklou.git Opps, forgot to commit this --- diff --git a/index.php b/index.php index 22e74e9e9c..460c0ec8a3 100644 --- a/index.php +++ b/index.php @@ -77,7 +77,7 @@ if( $wgUseFileCache && isset($wgTitle) ) { wfProfileIn( 'main-try-filecache' ); if( HTMLFileCache::useFileCache() ) { /* Try low-level file cache hit */ - $cache = new HTMLFileCache( $wgTitle ); + $cache = new HTMLFileCache( $wgTitle, $action ); if( $cache->isFileCacheGood( /* Assume up to date */ ) ) { /* Check incoming headers to see if client has this cached */ if( !$wgOut->checkLastModified( $cache->fileCacheTime() ) ) {