Subject: | Fails to print error messages |
Syntax error resets $template variable, and does not log error messages
when template fails to run.
diff -r Apache-Template-2.00_01/lib/Template/Service/Apache.pm
Apache-Template-2.00_01-errmsg/lib/Template/Service/Apache.pm
88,89c88
<
< if ($template = $self->{ ERROR }) {
---
Show quoted text
> if ($template == $self->{ ERROR }) {