We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9bd1d commit 1b25baeCopy full SHA for 1b25bae
core/src/ExceptionHandler.php
@@ -409,7 +409,7 @@ public function messageQuit(
409
}
410
411
echo "\n", $this->renderConsoleBacktrace($backtrace);
412
- } else if (!$this->shouldDisplay()) {
+ } else if ($this->shouldDisplay()) {
413
$version = isset($GLOBALS['modx_version']) ? $GLOBALS['modx_version'] : '';
414
$release_date = isset($GLOBALS['release_date']) ? $GLOBALS['release_date'] : '';
415
0 commit comments