From 139e98bd877acffe747fe45197ea08a946a3a906 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 27 Jul 2008 18:43:55 +0000 Subject: [PATCH] Avoid using $this, it is 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 8d60b0cde9..9a342de612 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1135,7 +1135,7 @@ $oldTitle: old title (object) $newTitle: new title (object) 'SpecialMovepageBeforeMove': Called before moving a page -&$this: the submitted form object +&$movePage: MovePageForm object 'SpecialPageExecuteAfterPage': called after executing a special page Warning: Not all the special pages call this hook -- 2.20.1