Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -445,7 +445,7 @@ |
446 | 446 | $this->showMessage( 'config-have-db', $wgLang->listToText( $goodNames ), count( $goodNames ) ); |
447 | 447 | |
448 | 448 | // Check for FTS3 full-text search module |
449 | | - $sqlite = $this->getDBInstaller( $name ); |
| 449 | + $sqlite = $this->getDBInstaller( 'sqlite' ); |
450 | 450 | if ( $sqlite->isCompiled() ) { |
451 | 451 | $db = new DatabaseSqliteStandalone( ':memory:' ); |
452 | 452 | $this->showMessage( $db->getFulltextSearchModule() == 'FTS3' |