From b6764f00eb55664dbca16e40fab0a9aba8b005c1 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 15 Oct 2010 14:11:59 +0000 Subject: [PATCH] Fixed stupid copy+paste error from r74109 --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index c296cfe536..8db100db7e 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -445,7 +445,7 @@ abstract class Installer { $this->showMessage( 'config-have-db', $wgLang->listToText( $goodNames ), count( $goodNames ) ); // Check for FTS3 full-text search module - $sqlite = $this->getDBInstaller( $name ); + $sqlite = $this->getDBInstaller( 'sqlite' ); if ( $sqlite->isCompiled() ) { $db = new DatabaseSqliteStandalone( ':memory:' ); $this->showMessage( $db->getFulltextSearchModule() == 'FTS3' -- 2.20.1