From 9ade28f5913ccb5e4f7df5fdf0eb8ea9c83215f7 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Tue, 11 Oct 2011 03:24:21 +0000 Subject: [PATCH] Remove duplicate bits from the optionmap --- includes/installer/CliInstaller.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index b579a7767d..e0c2cfb447 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -24,11 +24,7 @@ class CliInstaller extends Installer { 'dbprefix' => 'wgDBprefix', 'dbtableoptions' => 'wgDBTableOptions', 'dbmysql5' => 'wgDBmysql5', - 'dbserver' => 'wgDBserver', 'dbport' => 'wgDBport', - 'dbname' => 'wgDBname', - 'dbuser' => 'wgDBuser', - 'dbpass' => 'wgDBpassword', 'dbschema' => 'wgDBmwschema', 'dbpath' => 'wgSQLiteDataDir', 'scriptpath' => 'wgScriptPath', -- 2.20.1