Index: trunk/phase3/index.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | wfProfileIn( 'main-try-filecache' ); |
79 | 79 | if( HTMLFileCache::useFileCache() ) { |
80 | 80 | /* Try low-level file cache hit */ |
81 | | - $cache = new HTMLFileCache( $wgTitle ); |
| 81 | + $cache = new HTMLFileCache( $wgTitle, $action ); |
82 | 82 | if( $cache->isFileCacheGood( /* Assume up to date */ ) ) { |
83 | 83 | /* Check incoming headers to see if client has this cached */ |
84 | 84 | if( !$wgOut->checkLastModified( $cache->fileCacheTime() ) ) { |