From: Siebrand Mazeland Date: Thu, 9 Aug 2012 22:36:13 +0000 (+0200) Subject: Fix documentation for hook AbortNewAccount. X-Git-Tag: 1.31.0-rc.0~22781 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=42eb5e04cc7c55fd48d577d7faa583de1ee94a7e;p=lhc%2Fweb%2Fwiklou.git Fix documentation for hook AbortNewAccount. Change-Id: I8982f5f512eec0742fe5232c2e68396e9b1c95f4 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index eefb46c49b..cce152ddab 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -266,7 +266,7 @@ $reason: the reason for the move (added in 1.13) 'AbortNewAccount': Return false to cancel explicit account creation. $user: the User object about to be created (read-only, incomplete) -&$msg: out parameter: name of error message to display on abort +&$msg: out parameter: HTML to display on abort 'ActionBeforeFormDisplay': before executing the HTMLForm object $name: name of the action