From c03e16f3f22ef7713624d586b9645b2ce4586d7e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 7 Jan 2011 18:08:35 +0000 Subject: [PATCH] Revert r79807 --- includes/installer/CliInstaller.php | 1 - maintenance/install.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index c51709bdc6..af50f80515 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -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', ); /** diff --git a/maintenance/install.php b/maintenance/install.php index 75d7e4cef6..fb509cfe9d 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -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() { -- 2.20.1