From 9b206552ac304f135abd6008443f82330ebc5464 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 28 Dec 2008 14:32:49 +0000 Subject: [PATCH] Opps, forgot to commit this --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) ) { -- 2.20.1