r103002 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103001‎ | r103002 | r103003 >
Date:18:31, 14 November 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r103001: using the object is actually a good idea
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -530,7 +530,7 @@
531531
532532 $parserOutput = false;
533533 if ( $useParserCache ) {
534 - $parserOutput = ParserCache::singleton()->get( $wikiPage, $out->parserOptions() );
 534+ $parserOutput = ParserCache::singleton()->get( $wikiPage, $parserOptions );
535535 }
536536
537537 if( $parserOutput ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103001Update DifferenceEngine::renderNewRevision() to run the 'ArticleViewCustom' h...ialex18:28, 14 November 2011

Status & tagging log