Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/322742

Change subject: Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on 
db errors
......................................................................

Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db errors

Bug: T148957
Change-Id: I8891369156547e8931463a2fd55995cfa9e98ee7
---
M includes/exception/MWExceptionRenderer.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/42/322742/1

diff --git a/includes/exception/MWExceptionRenderer.php 
b/includes/exception/MWExceptionRenderer.php
index 8fdc417..5b708d1 100644
--- a/includes/exception/MWExceptionRenderer.php
+++ b/includes/exception/MWExceptionRenderer.php
@@ -61,7 +61,7 @@
                                                "\nBacktrace:\n" . 
MWExceptionHandler::getRedactedTraceAsString( $eNew );
                                } else {
                                        $message .= "Exception caught inside 
exception handler.\n\n" .
-                                               "Set \$wgShowExceptionDetails = 
true; at the bottom of LocalSettings.php " .
+                                               "Set \$wgShowDBErrorBacktrace = 
true; at the bottom of LocalSettings.php " .
                                                "to show detailed debugging 
information.";
                                }
                                $message .= "\n";

-- 
To view, visit https://gerrit.wikimedia.org/r/322742
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8891369156547e8931463a2fd55995cfa9e98ee7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to