X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrebuildFileCache.php;h=3520279fc338e898a9b6cda0b134534f8f81a346;hb=1ff8d105f22baeae6ea0daa7fe4d06319e62f084;hp=d073282d9690252ea11d1d3c0dbbc75cd3adba6b;hpb=5b1dcdc344f5d251120a161637bcb89e01b0f6a4;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildFileCache.php b/maintenance/rebuildFileCache.php index d073282d96..3520279fc3 100644 --- a/maintenance/rebuildFileCache.php +++ b/maintenance/rebuildFileCache.php @@ -140,7 +140,7 @@ class RebuildFileCache extends Maintenance { MediaWiki\suppressWarnings(); // header notices // Cache ?action=view - $wgRequestTime = microtime( true ); # bug 22852 + $wgRequestTime = microtime( true ); # T24852 ob_start(); $article->view(); $context->getOutput()->output(); @@ -148,7 +148,7 @@ class RebuildFileCache extends Maintenance { $viewHtml = ob_get_clean(); $viewCache->saveToFileCache( $viewHtml ); // Cache ?action=history - $wgRequestTime = microtime( true ); # bug 22852 + $wgRequestTime = microtime( true ); # T24852 ob_start(); Action::factory( 'history', $article, $context )->show(); $context->getOutput()->output();