From 806228fef0435fd18c51afcb9f872300956f2261 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Sat, 12 Jul 2008 15:42:53 +0000 Subject: Remove PHP4 incompatibility: self:: is PHP5-only --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index d25f870..9cafd3b 100644 --- a/it_debug.class +++ b/it_debug.class @@ -162,7 +162,7 @@ function dump($args) if ($GLOBALS['debug_indent']) $r = str_repeat(" ", count(debug_backtrace())-3) . $r; - $title = it_html::Q(self::backtrace(array('skiplevels' => 1))); + $title = it_html::Q(it_debug::backtrace(array('skiplevels' => 1))); if (isset($_SERVER['REMOTE_ADDR']) && !$plain) return "
$r\n"; -- cgit v1.2.3