From: Max Semenik Date: Fri, 15 Oct 2010 14:11:59 +0000 (+0000) Subject: Fixed stupid copy+paste error from r74109 X-Git-Tag: 1.31.0-rc.0~34493 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b6764f00eb55664dbca16e40fab0a9aba8b005c1;p=lhc%2Fweb%2Fwiklou.git Fixed stupid copy+paste error from r74109 --- 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'