diff options
author | Urban Müller | 2008-11-13 13:38:35 +0000 |
---|---|---|
committer | Urban Müller | 2008-11-13 13:38:35 +0000 |
commit | 9adec4da37b8f59957f89165520109da9563d430 (patch) | |
tree | cdb8d54d02db5d43da4e82bd4d16ab83df0238a9 /it_debug.class | |
parent | 24ea7bfec4153ad410994085357eddae5d23f109 (diff) | |
download | itools-9adec4da37b8f59957f89165520109da9563d430.tar.gz itools-9adec4da37b8f59957f89165520109da9563d430.tar.bz2 itools-9adec4da37b8f59957f89165520109da9563d430.zip |
comment
Diffstat (limited to 'it_debug.class')
-rw-r--r-- | it_debug.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it_debug.class b/it_debug.class index fc45b2d..3f7ca81 100644 --- a/it_debug.class +++ b/it_debug.class @@ -160,6 +160,7 @@ function dump($args) if ($GLOBALS['debug_indent']) $r = str_repeat(" ", count(debug_backtrace())-3) . $r; + # not it_html::Q(); we dont wanna load it_html in ultraclassloader debugging $title = htmlspecialchars(it_debug::backtrace(array('skiplevels' => 1))); if (isset($_SERVER['REMOTE_ADDR']) && !$plain) |