Localisation updates for core and extension messages from translatewiki.net
[lhc/web/wiklou.git] / maintenance / sqlite.php
index 4cd225d..dc8a430 100644 (file)
@@ -44,6 +44,7 @@ class SqliteMaintenance extends Maintenance {
                // Should work even if we use a non-SQLite database
                if ( $this->hasOption( 'check-syntax' ) ) {
                        $this->checkSyntax();
+                       return;
                }
 
                $this->db = wfGetDB( DB_MASTER );