testing another fix

This commit is contained in:
Frank Dillon 2006-05-10 06:28:51 +00:00
parent d03c1cd264
commit ad0402b8c9

View file

@ -2627,7 +2627,7 @@ sub www_search {
# $self->session->errorHandler->warn($self->session->style->process($template,$self->getValue("styleTemplateId")));
#}
my $output = $self->session->style->process($template,$self->getValue("styleTemplateId"));
return $output;
return $self->session->style->process($template,$self->getValue("styleTemplateId"));;
}
#-------------------------------------------------------------------