Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -390,7 +390,7 @@ |
391 | 391 | $sqlite = $this->getDBInstaller( 'sqlite' ); |
392 | 392 | if ( $sqlite->isCompiled() ) { |
393 | 393 | $db = new DatabaseSqliteStandalone( ':memory:' ); |
394 | | - if( $db->getFulltextSearchModule() == 'FTS3' ) { |
| 394 | + if( $db->getFulltextSearchModule() != 'FTS3' ) { |
395 | 395 | $this->showMessage( 'config-no-fts3' ); |
396 | 396 | } |
397 | 397 | } |