From 0e38dc8a704a2e766b60a574f411a934f68a3b3f Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Tue, 2 Aug 2005 19:00:54 +0000 Subject: [PATCH] fix to TT.pm git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@367 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/View/TT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Maypole/View/TT.pm b/lib/Maypole/View/TT.pm index 13130e5..45fd5e4 100644 --- a/lib/Maypole/View/TT.pm +++ b/lib/Maypole/View/TT.pm @@ -31,7 +31,7 @@ sub template { return OK; } else { - $r->{error} = $self->{tt}->error; + $r->{error} = "TT error for template '$template_file'\n" . $self->{tt}->error; return ERROR; } } -- 2.39.2