Skip to content

Commit

Permalink
prepairing for a few changes on the way it works
Browse files Browse the repository at this point in the history
  • Loading branch information
ido50 committed Jan 28, 2010
1 parent 0b0c035 commit 04926f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Catalyst/View/Tenjin.pm
Expand Up @@ -82,7 +82,6 @@ sub register {
my ($self, $tmpl_name, $tmpl_content) = @_;

my $template = Tenjin::Template->new(undef, $self->{template}->{init_opts_for_template});
$template->{timestamp} = time();
$template->convert($tmpl_content);
$template->compile();

Expand Down

0 comments on commit 04926f8

Please sign in to comment.