diff options
-rw-r--r-- | it_debug.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class index e89dc1c..22f0d5a 100644 --- a/it_debug.class +++ b/it_debug.class @@ -181,7 +181,7 @@ function backtrace($skip = 0) { if (($fn = $call['file'])) { - $fn = (it::match('auto_prepend.php', $fn) ? basename(dirname($fn)) . "/" : "") . basename($fn); + $fn = (it::match('auto_prepend', $fn) ? basename(dirname($fn)) . "/" : "") . basename($fn); $result[] = $fn . ":" . $call['line']; } } |