From 00d07fcad1c1f2aad45a129559ea213ac276292b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 2 Dec 2005 20:56:24 +0000 Subject: [PATCH] Don't include the debug stack in the message --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index d55e600..e2c0a83 100644 --- a/template.php +++ b/template.php @@ -334,7 +334,7 @@ class Template // --- END $debug .= "\n"; - $debug = "\n
\n" . $this->registry->_message('Debug Information', $debug, 1, true); + $debug = "\n
\n" . $this->registry->_message('Debug Information', $debug, 1, true, false); $template = str_replace('', "\n\n\n
\n$debug\n
\n\n\n", $template); } -- 2.22.5