From: Mark A. Hershberger Date: Tue, 11 Oct 2011 03:24:21 +0000 (+0000) Subject: Remove duplicate bits from the optionmap X-Git-Tag: 1.31.0-rc.0~27156 X-Git-Url: https://git.cyclocoop.org/admin/%7B%24admin_url%7Dmembres/import.php?a=commitdiff_plain;h=9ade28f5913ccb5e4f7df5fdf0eb8ea9c83215f7;p=lhc%2Fweb%2Fwiklou.git Remove duplicate bits from the optionmap --- 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',