From: Ævar Arnfjörð Bjarmason Date: Wed, 7 Jul 2010 10:42:12 +0000 (+0000) Subject: new-installer: Remove duplicate code added in r69128 X-Git-Tag: 1.31.0-rc.0~36229 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=8982df045923109abb39e48d659d75fd84a4225e;p=lhc%2Fweb%2Fwiklou.git new-installer: Remove duplicate code added in r69128 --- diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index b5f9f94905..348e71624d 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -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(