From: Antoine Musso Date: Wed, 10 May 2006 15:30:43 +0000 (+0000) Subject: Document UnwatchArticleComplete X-Git-Tag: 1.31.0-rc.0~57185 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=111f090a66200daec1e52681ea07f943a290b7c5;p=lhc%2Fweb%2Fwiklou.git Document UnwatchArticleComplete --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 61466445bf..1f215be5b0 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -441,6 +441,10 @@ $article: article object to be watched $user: user that watched $article: article object watched +'UnwatchArticleComplete': after a watch is removed from an article +$user: user that watched +$article: article object that was watched + 'CategoryPageView': before viewing a categorypage in CategoryPage::view $catpage: CategoryPage instance