Avoid using $this, it is a reserved word
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 27 Jul 2008 18:43:55 +0000 (18:43 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 27 Jul 2008 18:43:55 +0000 (18:43 +0000)
docs/hooks.txt

index 8d60b0c..9a342de 100644 (file)
@@ -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