Revert r79807
This commit is contained in:
parent
8d3fe159c5
commit
c03e16f3f2
2 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ class CliInstaller extends CoreInstaller {
|
|||
'upgrade' => 'cliUpgrade', /* As long as it isn't $confItems
|
||||
* in LocalSettingsGenerator, we
|
||||
* should be fine. */
|
||||
'showexceptions' => 'wgShowExceptionDetails',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ class CommandLineInstaller extends Maintenance {
|
|||
$this->addOption( 'env-checks', "Run environment checks only, don't change anything" );
|
||||
$this->addOption( 'upgrade',
|
||||
'Allow the upgrade to continue despite an existing LocalSettings.php', false, true );
|
||||
$this->addOption( 'showexceptions', "Whether to set wgShowExceptionDetails", false, true );
|
||||
|
||||
}
|
||||
|
||||
public function execute() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue