From: Ricordisamoa Date: Sat, 18 Jul 2015 07:57:13 +0000 (+0200) Subject: Fix name of the 'PageViewUpdates' hook in docs X-Git-Tag: 1.31.0-rc.0~10727 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=2281d1342d182c5ebd6b528d659880d0ddb61e2c;p=lhc%2Fweb%2Fwiklou.git Fix name of the 'PageViewUpdates' hook in docs Added with commit 12c370c68b8bb2388be1829968e48d73f3b8d2e9 Change-Id: I53e90c2185841da1b4e2245f96748a1830003967 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 2fd815e6e4..65ae988426 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2177,7 +2177,7 @@ the key. &$confstr: reference to a hash key string which can be modified $user: User (object) requesting the page -'PageViewUpdate': Allow database (or other) changes to be made after a +'PageViewUpdates': Allow database (or other) changes to be made after a page view is seen by MediaWiki. Note this does not capture views made via external caches such as Squid. $wikipage: WikiPage (object) for the page being viewed.