Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -284,7 +284,7 @@ |
285 | 285 | $result = $this->sendConfirmationMail( $u ); |
286 | 286 | if( WikiError::isError( $result ) ) { |
287 | 287 | $dbw->rollback(); // Nevermind |
288 | | - #$transaction->rollback(); |
| 288 | + $transaction->rollback(); |
289 | 289 | $error = wfMsg( 'mailerror', htmlspecialchars( $result->getMessage() ) ); |
290 | 290 | $this->showForm( $error ); |
291 | 291 | return false; |