r78006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78005‎ | r78006 | r78007 >
Date:20:03, 7 December 2010
Author:demon
Status:ok
Tags:
Comment:
Logic error from r77999
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -390,7 +390,7 @@
391391 $sqlite = $this->getDBInstaller( 'sqlite' );
392392 if ( $sqlite->isCompiled() ) {
393393 $db = new DatabaseSqliteStandalone( ':memory:' );
394 - if( $db->getFulltextSearchModule() == 'FTS3' ) {
 394+ if( $db->getFulltextSearchModule() != 'FTS3' ) {
395395 $this->showMessage( 'config-no-fts3' );
396396 }
397397 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r780961.17: Merge recent fixes tagged on CodeReview, except for problematic revisio...catrope21:17, 8 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77999Remove various "success" messages from Welcome screen on installer, no need t...demon18:29, 7 December 2010

Status & tagging log