Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | return true; |
136 | 136 | } |
137 | 137 | |
138 | | -function efCheckIfAccountNameIsPending( &$user, &$abortError ) { |
| 138 | +function efCheckIfAccountNameIsPending( $user, &$abortError ) { |
139 | 139 | # If an account is made with name X, and one is pending with name X |
140 | 140 | # we will have problems if the pending one is later confirmed |
141 | 141 | $dbw = wfGetDB( DB_MASTER ); |