Bug 28478: database error in DatabaseSqlite::getFulltextSearchModule().
[lhc/web/wiklou.git] / includes / installer / SqliteUpdater.php
index 5cbe67a..d1a6c20 100644 (file)
@@ -67,7 +67,7 @@ class SqliteUpdater extends DatabaseUpdater {
        }
 
        protected function sqliteSetupSearchindex() {
-               $module = $this->db->getFulltextSearchModule();
+               $module = DatabaseSqlite::getFulltextSearchModule();
                $fts3tTable = $this->updateRowExists( 'fts3' );
                if ( $fts3tTable &&  !$module ) {
                        $this->output( '...PHP is missing FTS3 support, downgrading tables...' );