Index: trunk/extensions/ConfirmAccount/ConfirmAccount.setup.php |
— | — | @@ -21,7 +21,6 @@ |
22 | 22 | $frontendDir = "$dir/frontend"; |
23 | 23 | $langDir = "$dir/frontend/language/"; |
24 | 24 | $spActionDir = "$dir/frontend/specialpages/actions"; |
25 | | - //$spReportDir = "$dir/frontend/specialpages/reports"; |
26 | 25 | |
27 | 26 | # Main i18n file and special page alias file |
28 | 27 | $messagesFiles['ConfirmAccount'] = "$langDir/ConfirmAccount.i18n.php"; |
Index: trunk/extensions/ConfirmAccount/backend/schema/ConfirmAccountUpdater.hooks.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | |
17 | 17 | $updater->addExtensionTable( 'account_requests', "$base/ConfirmAccount.sql", true ); |
18 | 18 | $updater->addExtensionField( 'account_requests', 'acr_filename', "$base/patch-acr_filename.sql" ); |
19 | | - $updater->addExtensionTable( 'addTable', 'account_credentials', "$base/patch-account_credentials.sql", true ); |
| 19 | + $updater->addExtensionTable( 'account_credentials', "$base/patch-account_credentials.sql", true ); |
20 | 20 | $updater->addExtensionField( 'account_requests', 'acr_areas', "$base/patch-acr_areas.sql", true ); |
21 | 21 | $updater->addExtensionIndex( 'account_requests', 'acr_email', "$base/patch-email-index.sql", true ); |
22 | 22 | } elseif ( $updater->getDB()->getType() == 'postgres' ) { |