Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -427,7 +427,7 @@ |
428 | 428 | 'MysqlUpdater' => 'includes/installer/MysqlUpdater.php', |
429 | 429 | 'PostgresInstaller' => 'includes/installer/PostgresInstaller.php', |
430 | 430 | 'SqliteInstaller' => 'includes/installer/SqliteInstaller.php', |
431 | | - 'SqliteUpdater' => 'includes/installer/SqliteUpdate.php', |
| 431 | + 'SqliteUpdater' => 'includes/installer/SqliteUpdater.php', |
432 | 432 | 'OracleInstaller' => 'includes/installer/OracleInstaller.php', |
433 | 433 | 'OracleUpdater' => 'includes/installer/DatabaseUpdater.php', |
434 | 434 | 'Update' => 'includes/installer/Update.php', |