r26938 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26937‎ | r26938 | r26939 >
Date:03:02, 25 October 2007
Author:aaron
Status:old
Tags:
Comment:
*Uncomment this
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -284,7 +284,7 @@
285285 $result = $this->sendConfirmationMail( $u );
286286 if( WikiError::isError( $result ) ) {
287287 $dbw->rollback(); // Nevermind
288 - #$transaction->rollback();
 288+ $transaction->rollback();
289289 $error = wfMsg( 'mailerror', htmlspecialchars( $result->getMessage() ) );
290290 $this->showForm( $error );
291291 return false;

Status & tagging log