- Performance enhancement added to Page Layouts to make them do template

processing twice as fast.
This commit is contained in:
JT Smith 2007-03-05 20:27:17 +00:00
parent 47c65b7d66
commit 7b414dfd28
2 changed files with 2 additions and 1 deletions

View file

@ -239,7 +239,6 @@ sub view {
';
}
my $showPerformance = $self->session->errorHandler->canShowPerformanceIndicators();
my $out = $self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate});
my @parts = split("~~~",$self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate}));
my $output = "";
foreach my $part (@parts) {