r74804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74803‎ | r74804 | r74805 >
Date:14:11, 15 October 2010
Author:maxsem
Status:ok
Tags:
Comment:
Fixed stupid copy+paste error from r74109
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -445,7 +445,7 @@
446446 $this->showMessage( 'config-have-db', $wgLang->listToText( $goodNames ), count( $goodNames ) );
447447
448448 // Check for FTS3 full-text search module
449 - $sqlite = $this->getDBInstaller( $name );
 449+ $sqlite = $this->getDBInstaller( 'sqlite' );
450450 if ( $sqlite->isCompiled() ) {
451451 $db = new DatabaseSqliteStandalone( ':memory:' );
452452 $this->showMessage( $db->getFulltextSearchModule() == 'FTS3'

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74109Installer: added an environment check for SQLite search capabilitiesmaxsem21:06, 1 October 2010

Status & tagging log