dblayeroo : backtrace class must not be added to root

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5494 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-09-17 12:16:10 +00:00
parent 2e0d9ae129
commit 1ce13524c0

View File

@@ -3457,7 +3457,7 @@ class dblayeroo
if ($this->debug) if ($this->debug)
{ {
require_once ("domframework/backtrace.php"); require_once ("domframework/backtrace.php");
\backtrace::show (debug_backtrace ()); backtrace::show (debug_backtrace ());
} }
if (! array_key_exists (1, $backtrace)) if (! array_key_exists (1, $backtrace))
unset ($backtrace); unset ($backtrace);