testing another fix
This commit is contained in:
parent
6caae4df50
commit
d03c1cd264
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue