Remove unused global $IP
[lhc/web/wiklou.git] / maintenance / initEditCount.php
index 6c8f4e7..02eb623 100644 (file)
@@ -44,7 +44,7 @@ in $wgDBservers, usually indicating a replication environment.' );
 
                // Autodetect mode...
                $backgroundMode = count( $wgDBservers ) > 1 ||
-                       ( $dbw instanceof DatabaseMySql && version_compare( $dbver, '4.1' ) < 0 );
+                       ( $dbw instanceof DatabaseMysql && version_compare( $dbver, '4.1' ) < 0 );
        
                if ( $this->hasOption( 'background' ) ) {
                        $backgroundMode = true;