From: Alexandre Emsenhuber Date: Sun, 27 Jul 2008 18:43:55 +0000 (+0000) Subject: Avoid using $this, it is a reserved word X-Git-Tag: 1.31.0-rc.0~46347 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=139e98bd877acffe747fe45197ea08a946a3a906;p=lhc%2Fweb%2Fwiklou.git Avoid using $this, it is a reserved word --- 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