diff --git a/e107_handlers/core_functions.php b/e107_handlers/core_functions.php index 8590ed4e6..dad28196e 100644 --- a/e107_handlers/core_functions.php +++ b/e107_handlers/core_functions.php @@ -450,7 +450,7 @@ class e_array { { echo "
"; - debug_print_backtrace(); + debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 3); echo ""; } @@ -505,7 +505,7 @@ class e_array { $message .= print_a($ArrayData,true); echo "
"; - debug_print_backtrace(); + debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 3); echo ""; }