From: Sam Reed Date: Fri, 7 Jan 2011 18:08:35 +0000 (+0000) Subject: Revert r79807 X-Git-Tag: 1.31.0-rc.0~32718 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=c03e16f3f22ef7713624d586b9645b2ce4586d7e;p=lhc%2Fweb%2Fwiklou.git Revert r79807 --- 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() {