Index: trunk/extensions/ConfirmAccount/RequestAccount_body.php |
— | — | @@ -365,7 +365,8 @@ |
366 | 366 | 'acr_comment' => '', |
367 | 367 | 'acr_email_token' => md5( $token ), |
368 | 368 | 'acr_email_token_expires' => $dbw->timestamp( $expires ), |
369 | | - 'acr_ip' => wfGetIP() // Possible use for spam blocking |
| 369 | + 'acr_ip' => wfGetIP(), // Possible use for spam blocking |
| 370 | + 'acr_deleted' => 0, |
370 | 371 | ), |
371 | 372 | __METHOD__ |
372 | 373 | ); |