Remove comment about possibly removing the extra debugging info. Only the site admin...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 16 Dec 2010 15:01:39 +0000 (15:01 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 16 Dec 2010 15:01:39 +0000 (15:01 +0000)
includes/installer/CoreInstaller.php

index e86ccc5..10056f5 100644 (file)
@@ -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;