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 @@
531
531
532
532
$parserOutput = false;
533
533
if ( $useParserCache ) {
534
- $parserOutput = ParserCache::singleton()->get( $wikiPage, $out->parserOptions() );
534
+ $parserOutput = ParserCache::singleton()->get( $wikiPage, $parserOptions );
535
535
}
536
536
537
537
if( $parserOutput ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103001
Update DifferenceEngine::renderNewRevision() to run the 'ArticleViewCustom' h...
ialex
18:28, 14 November 2011
Status & tagging log
19:37, 14 November 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r103002
[
removed:
new
added:
ok]