http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89688

Revision: 89688
Author:   demon
Date:     2011-06-07 20:56:21 +0000 (Tue, 07 Jun 2011)
Log Message:
-----------
Doc fix for r85410

Modified Paths:
--------------
    trunk/phase3/docs/hooks.txt

Modified: trunk/phase3/docs/hooks.txt
===================================================================
--- trunk/phase3/docs/hooks.txt 2011-06-07 20:55:30 UTC (rev 89687)
+++ trunk/phase3/docs/hooks.txt 2011-06-07 20:56:21 UTC (rev 89688)
@@ -236,7 +236,7 @@
 
 'AbortAutoAccount': Return false to cancel automated local account creation, 
where normally authentication against an external auth plugin would be creating 
a local account.
 $user: the User object about to be created (read-only, incomplete)
-$message: out parameter: error message to be displayed to user
+&$abortMessage: out parameter: error message to be displayed to user
 
 'AbortAutoblock': Return false to cancel an autoblock.
 $autoblockip: The IP going to be autoblocked.
@@ -262,7 +262,7 @@
 
 'AbortNewAccount': Return false to cancel explicit account creation.
 $user: the User object about to be created (read-only, incomplete)
-$message: out parameter: error message to display on abort
+&$message: out parameter: error message to display on abort
 
 'AddNewAccount': after a user account is created
 $user: the User object that was created. (Parameter added in 1.7)


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to