From 8982df045923109abb39e48d659d75fd84a4225e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 7 Jul 2010 10:42:12 +0000 Subject: [PATCH] new-installer: Remove duplicate code added in r69128 --- includes/installer/MysqlInstaller.php | 4 ---- 1 file changed, 4 deletions(-) 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( -- 2.20.1