Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -230,7 +230,7 @@ |
231 | 231 | global $wgDBtype, $wgExtNewFields, $wgExtPGNewFields, $wgExtNewTables, $wgExtNewIndexes; |
232 | 232 | $base = dirname( __FILE__ ); |
233 | 233 | if ( $wgDBtype == 'mysql' ) { |
234 | | - $wgExtNewTables[] = array( 'account_requests', "$base/confirmaccount.sql" ); |
| 234 | + $wgExtNewTables[] = array( 'account_requests', "$base/ConfirmAccount.sql" ); |
235 | 235 | |
236 | 236 | $wgExtNewFields[] = array( 'account_requests', 'acr_filename', |
237 | 237 | "$base/archives/patch-acr_filename.sql" ); |
— | — | @@ -241,7 +241,7 @@ |
242 | 242 | |
243 | 243 | $wgExtNewIndexes[] = array( 'account_requests', 'acr_email', "$base/archives/patch-email-index.sql" ); |
244 | 244 | } else if ( $wgDBtype == 'postgres' ) { |
245 | | - $wgExtNewTables[] = array( 'account_requests', "$base/confirmaccount.pg.sql" ); |
| 245 | + $wgExtNewTables[] = array( 'account_requests', "$base/ConfirmAccount.pg.sql" ); |
246 | 246 | |
247 | 247 | $wgExtPGNewFields[] = array( 'account_requests', 'acr_held', "TIMESTAMPTZ" ); |
248 | 248 | $wgExtPGNewFields[] = array( 'account_requests', 'acr_filename', "TEXT" ); |