r22691 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22690‎ | r22691 | r22692 >
Date:22:31, 3 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Add two vars to ArticleViewHeader hook, $outputDone, $pcache
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -724,7 +724,7 @@
725725 }
726726
727727 $outputDone = false;
728 - wfRunHooks( 'ArticleViewHeader', array( &$this ) );
 728+ wfRunHooks( 'ArticleViewHeader', array( &$this, &$outputDone, &$pcache ) );
729729 if ( $pcache ) {
730730 if ( $wgOut->tryParserCache( $this, $wgUser ) ) {
731731 // Ensure that UI elements requiring revision ID have

Follow-up revisions

RevisionCommit summaryAuthorDate
r22717Merged revisions 22667-22715 via svnmerge from...david20:00, 4 June 2007

Status & tagging log