From 343ddffec5644b2ec7b08f0e2edd9d2d6dc4dd6c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 7 May 2009 20:15:09 +0000 Subject: [PATCH] Don't use $this in hook description since it's a reserved word --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1