Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -424,7 +424,8 @@ |
425 | 425 | # Check if the user already confirmed email address
|
426 | 426 | $dbw = wfGetDB( DB_MASTER );
|
427 | 427 | $dbw->update( 'user',
|
428 | | - array( 'user_email_authenticated' => $row->acr_email_authenticated ),
|
| 428 | + array( 'user_email_authenticated' => $row->acr_email_authenticated,
|
| 429 | + 'user_email_token_expires' => $row->acr_email_token_expires ),
|
429 | 430 | array( 'user_id' => $user->getID() ),
|
430 | 431 | __METHOD__ );
|
431 | 432 |
|