From: Brion Vibber Date: Thu, 13 Sep 2007 20:16:52 +0000 (+0000) Subject: add missing $article param to ArticleViewHeader doc X-Git-Tag: 1.31.0-rc.0~51397 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=ccf45d6c91d5ef0bb37d529ff941638602cde01e;p=lhc%2Fweb%2Fwiklou.git add missing $article param to ArticleViewHeader doc --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 9614beade9..9999e587d1 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -333,6 +333,7 @@ $create: Whether or not the restoration caused the page to be created (i.e. it didn't exist before) 'ArticleViewHeader': Before the parser cache is about to be tried for article viewing. +&$article: the article &$pcache: whether to try the parser cache or not &$outputDone: whether the output for this page finished or not