Committer: vtroitsky
OPSC-359: Apllication views widgets: fixesU trunk/cgi-bin/LJ/Widget/Template.pm
Modified: trunk/cgi-bin/LJ/Widget/Template.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Template.pm 2011-09-13 06:25:18 UTC (rev 20023) +++ trunk/cgi-bin/LJ/Widget/Template.pm 2011-09-13 06:35:50 UTC (rev 20024) @@ -29,7 +29,7 @@ my $class = shift; my %opts = @_; - my $filename = $class->template_filename; + my $filename = $class->template_filename(%opts); my $template = LJ::HTML::Template->new( { use_expr => 1 }, # force HTML::Template::Pro with Expr support filename => $filename,