r55742 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55741‎ | r55742 | r55743 >
Date:02:01, 2 September 2009
Author:aaron
Status:ok
Tags:
Comment:
Update per hook argument tweaks
Modified paths:
  • /trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php
@@ -134,7 +134,7 @@
135135 return true;
136136 }
137137
138 -function efCheckIfAccountNameIsPending( &$user, &$abortError ) {
 138+function efCheckIfAccountNameIsPending( $user, &$abortError ) {
139139 # If an account is made with name X, and one is pending with name X
140140 # we will have problems if the pending one is later confirmed
141141 $dbw = wfGetDB( DB_MASTER );

Status & tagging log