Revert r79807

This commit is contained in:
Sam Reed 2011-01-07 18:08:35 +00:00
parent 8d3fe159c5
commit c03e16f3f2
2 changed files with 1 additions and 2 deletions

View file

@ -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',
);
/**

View file

@ -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() {