r76217 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76216‎ | r76217 | r76218 >
Date:20:28, 6 November 2010
Author:ialex
Status:ok
Tags:
Comment:
*faceplam* Fixed fatal error from r76216
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount.php
@@ -296,7 +296,7 @@
297297
298298 $updater->addExtensionUpdate( array( 'addIndex', 'account_requests', 'acr_email', "$base/archives/patch-email-index.sql", true ) );
299299 } else if ( $updater->getDB()->getType() == 'postgres' ) {
300 - $updater->addExtensionUpdate( array( 'addTable', 'account_requests', "$base/ConfirmAccount.pg.sql", true );
 300+ $updater->addExtensionUpdate( array( 'addTable', 'account_requests', "$base/ConfirmAccount.pg.sql", true ) );
301301
302302 $updater->addExtensionUpdate( array( 'addPgField', 'account_requests', 'acr_held', "TIMESTAMPTZ" ) );
303303 $updater->addExtensionUpdate( array( 'addPgField', 'account_requests', 'acr_filename', "TEXT" ) );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76216Converted CreateAccount extension to use the new version of the LoadExtension...ialex20:25, 6 November 2010

Status & tagging log