testing another fix

This commit is contained in:
Frank Dillon 2006-05-10 06:27:22 +00:00
parent 6caae4df50
commit d03c1cd264

View file

@ -2626,7 +2626,8 @@ sub www_search {
my $template = $self->processTemplate(\%var,$self->getValue("searchTemplateId"));
# $self->session->errorHandler->warn($self->session->style->process($template,$self->getValue("styleTemplateId")));
#}
return $self->session->style->process($template,$self->getValue("styleTemplateId"));
my $output = $self->session->style->process($template,$self->getValue("styleTemplateId"));
return $output;
}
#-------------------------------------------------------------------