r62676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62675‎ | r62676 | r62677 >
Date:19:22, 18 February 2010
Author:raymond
Status:ok
Tags:
Comment:
Linux likes correct spelling
Modified paths:
  • /trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php
@@ -230,7 +230,7 @@
231231 global $wgDBtype, $wgExtNewFields, $wgExtPGNewFields, $wgExtNewTables, $wgExtNewIndexes;
232232 $base = dirname( __FILE__ );
233233 if ( $wgDBtype == 'mysql' ) {
234 - $wgExtNewTables[] = array( 'account_requests', "$base/confirmaccount.sql" );
 234+ $wgExtNewTables[] = array( 'account_requests', "$base/ConfirmAccount.sql" );
235235
236236 $wgExtNewFields[] = array( 'account_requests', 'acr_filename',
237237 "$base/archives/patch-acr_filename.sql" );
@@ -241,7 +241,7 @@
242242
243243 $wgExtNewIndexes[] = array( 'account_requests', 'acr_email', "$base/archives/patch-email-index.sql" );
244244 } else if ( $wgDBtype == 'postgres' ) {
245 - $wgExtNewTables[] = array( 'account_requests', "$base/confirmaccount.pg.sql" );
 245+ $wgExtNewTables[] = array( 'account_requests', "$base/ConfirmAccount.pg.sql" );
246246
247247 $wgExtPGNewFields[] = array( 'account_requests', 'acr_held', "TIMESTAMPTZ" );
248248 $wgExtPGNewFields[] = array( 'account_requests', 'acr_filename', "TEXT" );

Status & tagging log