uh, then it would use template extension for hardcoded templates as
well. that's not good, imo.
Marcus
On 11/18/05, Guest via RT <bug-Catalyst-View-TT@rt.cpan.org> wrote:
Show quoted text>
> This message about Catalyst-View-TT was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=15941 >
>
> Line 292 should read:
>
> my $template = ($c->stash->{template} || $c->request->match)
> . $self->config->{TEMPLATE_EXTENSION};
>
> instead of:
>
> my $template = $c->stash->{template}
> || $c->request->match . $self->config->{TEMPLATE_EXTENSION};
>
--
With regards
Marcus Ramberg