From: Roan Kattouw Date: Thu, 15 Sep 2011 13:11:59 +0000 (+0000) Subject: Per Nikerabbit on IRC, document the $status parameter in ArticleSaveComplete. Has... X-Git-Tag: 1.31.0-rc.0~27645 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=1831886215d12e9765eb9c595644258911feb61e;p=lhc%2Fweb%2Fwiklou.git Per Nikerabbit on IRC, document the $status parameter in ArticleSaveComplete. Has been undocumented since its introduction in r41244 (!) --- diff --git a/docs/hooks.txt b/docs/hooks.txt index c2a5f6dca6..364032b534 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -518,6 +518,7 @@ $isWatch: (No longer used) $section: (No longer used) $flags: Flags passed to Article::doEdit() $revision: New Revision of the article +$status: Status object about to be returned by doEdit() $baseRevId: the rev ID (or false) this edit was based on 'ArticleUndelete': When one or more revisions of an article are restored