Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAleksejs Cikuns <aleksejs.cikuns@zabbix.com>2022-02-28 15:03:42 +0300
committerAleksejs Cikuns <aleksejs.cikuns@zabbix.com>2022-02-28 15:03:42 +0300
commit130f0c950d457f38c2b978ef31f5fe36dda61fe0 (patch)
tree3e65455f2c3984a3152eb3b97b815d2bee7ae855 /ui
parent9b754bc24e3eeb5c0eea1ad3c77598f14343509c (diff)
..F....... [ZBXNEXT-7485] reverted dubug.inc.php changes
Diffstat (limited to 'ui')
-rw-r--r--ui/include/debug.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/include/debug.inc.php b/ui/include/debug.inc.php
index a9e0fbdc4fd..977b254a592 100644
--- a/ui/include/debug.inc.php
+++ b/ui/include/debug.inc.php
@@ -20,7 +20,7 @@
function sdb($return = false) {
- $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
+ $backtrace = debug_backtrace();
array_shift($backtrace);
$result = 'DEBUG BACKTRACE: <br/>';
foreach ($backtrace as $n => $bt) {