Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1135,7 +1135,7 @@ |
1136 | 1136 | $newTitle: new title (object) |
1137 | 1137 | |
1138 | 1138 | 'SpecialMovepageBeforeMove': Called before moving a page |
1139 | | -&$this: the submitted form object |
| 1139 | +&$movePage: MovePageForm object |
1140 | 1140 | |
1141 | 1141 | 'SpecialPageExecuteAfterPage': called after executing a special page |
1142 | 1142 | Warning: Not all the special pages call this hook |