From 1e736a97ce9e56ad6fea0937f2a8a26e4ec93868 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 16 Dec 2010 15:01:39 +0000 Subject: [PATCH] Remove comment about possibly removing the extra debugging info. Only the site admin should have access to the installer/updater anyway, so we're not really disclosing anything here. --- includes/installer/CoreInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index e86ccc57fc..10056f5539 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -489,7 +489,7 @@ abstract class CoreInstaller extends Installer { // Don't break forms $GLOBALS['wgExternalLinkTarget'] = '_blank'; - // Extended debugging. Maybe disable before release? + // Extended debugging $GLOBALS['wgShowSQLErrors'] = true; $GLOBALS['wgShowDBErrorBacktrace'] = true; -- 2.20.1