From: tjhunt Date: Tue, 14 Jul 2009 08:31:30 +0000 (+0000) Subject: setuplib: early errors were not showing debuginfo. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c72465aa15fb86a50beddf4b02787623f8de03de;p=moodle.git setuplib: early errors were not showing debuginfo. --- diff --git a/lib/setuplib.php b/lib/setuplib.php index ab2a3a42b8..76445e10c6 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -180,7 +180,7 @@ function default_exception_handler($ex, $isupgrade = false, $plugin = null) { } if (is_stacktrace_during_output_init($backtrace)) { - echo bootstrap_renderer::early_error($message, $moreinfourl, $link, $backtrace); + echo bootstrap_renderer::early_error($message, $moreinfourl, $link, $backtrace, $debuginfo); } else { echo $OUTPUT->fatal_error($message, $moreinfourl, $link, $backtrace, $debuginfo); }