dblayeroo : Backtrace in DBExceptionMsg was incorrectely written : missing Captial

This commit is contained in:
2023-04-03 14:52:45 +02:00
parent 06510446d4
commit 793f71265d

View File

@@ -3738,7 +3738,7 @@ class Dblayeroo
{
$backtrace = debug_backtrace();
if ($this->debug) {
backtrace::show(debug_backtrace());
Backtrace::show($backtrace);
}
if (! array_key_exists(1, $backtrace)) {
unset($backtrace);