r99458 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99457‎ | r99458 | r99459 >
Date:03:24, 11 October 2011
Author:mah
Status:ok
Tags:
Comment:
Remove duplicate bits from the optionmap
Modified paths:
  • /trunk/phase3/includes/installer/CliInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/CliInstaller.php
@@ -24,11 +24,7 @@
2525 'dbprefix' => 'wgDBprefix',
2626 'dbtableoptions' => 'wgDBTableOptions',
2727 'dbmysql5' => 'wgDBmysql5',
28 - 'dbserver' => 'wgDBserver',
2928 'dbport' => 'wgDBport',
30 - 'dbname' => 'wgDBname',
31 - 'dbuser' => 'wgDBuser',
32 - 'dbpass' => 'wgDBpassword',
3329 'dbschema' => 'wgDBmwschema',
3430 'dbpath' => 'wgSQLiteDataDir',
3531 'scriptpath' => 'wgScriptPath',

Status & tagging log