r38105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38104‎ | r38105 | r38106 >
Date:18:43, 27 July 2008
Author:ialex
Status:old
Tags:
Comment:
Avoid using $this, it is a reserved word
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -1135,7 +1135,7 @@
11361136 $newTitle: new title (object)
11371137
11381138 'SpecialMovepageBeforeMove': Called before moving a page
1139 -&$this: the submitted form object
 1139+&$movePage: MovePageForm object
11401140
11411141 'SpecialPageExecuteAfterPage': called after executing a special page
11421142 Warning: Not all the special pages call this hook

Status & tagging log