Index: trunk/phase3/includes/Article.php |
— | — | @@ -724,7 +724,7 @@ |
725 | 725 | } |
726 | 726 | |
727 | 727 | $outputDone = false; |
728 | | - wfRunHooks( 'ArticleViewHeader', array( &$this ) ); |
| 728 | + wfRunHooks( 'ArticleViewHeader', array( &$this, &$outputDone, &$pcache ) ); |
729 | 729 | if ( $pcache ) { |
730 | 730 | if ( $wgOut->tryParserCache( $this, $wgUser ) ) { |
731 | 731 | // Ensure that UI elements requiring revision ID have |