r45125 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45124‎ | r45125 | r45126 >
Date:14:32, 28 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Opps, forgot to commit this
Modified paths:
  • /trunk/phase3/index.php (modified) (history)

Diff [purge]

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

Status & tagging log