From: Alexandre Emsenhuber Date: Tue, 29 Apr 2008 16:07:04 +0000 (+0000) Subject: Per r33966: added $id param to ArticleDeleteComplete hook X-Git-Tag: 1.31.0-rc.0~48005 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=11353b6984e5193bdf93a9c49a83e14b44e9e82b;p=lhc%2Fweb%2Fwiklou.git Per r33966: added $id param to ArticleDeleteComplete hook --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 46589c25db..886190b60b 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -289,6 +289,7 @@ $reason: the reason (string) the article is being deleted $article: the article that was deleted $user: the user that deleted the article $reason: the reason the article was deleted +$id: id of the article that was deleted 'ArticleEditUpdateNewTalk': before updating user_newtalk when a user talk page was changed $article: article (object) of the user talk page