From: Chad Horohoe Date: Thu, 16 Dec 2010 15:01:39 +0000 (+0000) Subject: Remove comment about possibly removing the extra debugging info. Only the site admin... X-Git-Tag: 1.31.0-rc.0~33268 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=1e736a97ce9e56ad6fea0937f2a8a26e4ec93868;p=lhc%2Fweb%2Fwiklou.git 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. --- 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;