new-installer: Remove duplicate code added in r69128
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 7 Jul 2010 10:42:12 +0000 (10:42 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Wed, 7 Jul 2010 10:42:12 +0000 (10:42 +0000)
includes/installer/MysqlInstaller.php

index b5f9f94..348e716 100644 (file)
@@ -39,10 +39,6 @@ class MysqlInstaller extends InstallerDBType {
                        return;
                }
 
-               if ( $this->parent->getVar( 'wgDBtype' ) !== $this->getName() ) {
-                       return;
-               }
-
                # Add our user callback to installSteps, right before the tables are created.
                $callback = array(
                        array(