From f8edb35a64b3be3c2a670e1b2248b50926bd2de7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 20 Nov 2007 15:17:20 +0000 Subject: Also support auto_prepend_local.php --- 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 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']; } } -- cgit v1.2.3