From: umherirrender Date: Sun, 20 Sep 2015 08:47:29 +0000 (+0200) Subject: Fix hook documentation for ArticleRevisionVisibilitySet X-Git-Tag: 1.31.0-rc.0~9956^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=ef51d243ab1550225158d4687982a1cb952fd0b0;p=lhc%2Fweb%2Fwiklou.git Fix hook documentation for ArticleRevisionVisibilitySet The last parameter was not in documentation. Follows I6a14c7b95041fdd44d7962af6dc139bcc29f7223 Change-Id: I5e5d8948d6a1f4dc2db09028c77cfb79fb4ed5d0 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 54ab46c171..b7f31cb78d 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -662,7 +662,8 @@ $oldPageID: the page ID of the revision when archived (may be null) 'ArticleRevisionVisibilitySet': Called when changing visibility of one or more revisions of an article. -&$title: Title object of the article +$title: Title object of the article +$ids: Ids to set the visibility for 'ArticleRollbackComplete': After an article rollback is completed. $wikiPage: the WikiPage that was edited