From: Alexandre Emsenhuber Date: Thu, 7 May 2009 20:15:09 +0000 (+0000) Subject: Don't use $this in hook description since it's a reserved word X-Git-Tag: 1.31.0-rc.0~41848 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=343ddffec5644b2ec7b08f0e2edd9d2d6dc4dd6c;p=lhc%2Fweb%2Fwiklou.git Don't use $this in hook description since it's a reserved word --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 11414b15ec..1dce1f0723 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -862,7 +862,7 @@ $linkType: The external link type &$tags: The list of tags. 'LoadAllMessages': called by MessageCache::loadAllMessages() to load extensions messages -&$this: The MessageCache object +&$messageCache: The MessageCache object 'LoadExtensionSchemaUpdates': called by maintenance/updaters.inc when upgrading database schema