From: Aaron Schulz Date: Sun, 3 Jun 2007 22:31:09 +0000 (+0000) Subject: *Add two vars to ArticleViewHeader hook, $outputDone, $pcache X-Git-Tag: 1.31.0-rc.0~52701 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=1948c9a798126ed458766dc7195c108309fb3de7;p=lhc%2Fweb%2Fwiklou.git *Add two vars to ArticleViewHeader hook, $outputDone, $pcache --- diff --git a/includes/Article.php b/includes/Article.php index 5efa2e5350..ccc7bc176e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -724,7 +724,7 @@ class Article { } $outputDone = false; - wfRunHooks( 'ArticleViewHeader', array( &$this ) ); + wfRunHooks( 'ArticleViewHeader', array( &$this, &$outputDone, &$pcache ) ); if ( $pcache ) { if ( $wgOut->tryParserCache( $this, $wgUser ) ) { // Ensure that UI elements requiring revision ID have