testing fix
This commit is contained in:
parent
4a6967fdab
commit
6caae4df50
1 changed files with 2 additions and 2 deletions
|
|
@ -2623,10 +2623,10 @@ sub www_search {
|
|||
|
||||
#if($self->session->getId eq "u2Eox-ktFRPu6xiw77H8gg") {
|
||||
# $self->session->errorHandler->warn("Building Template");
|
||||
# my $template = $self->processTemplate(\%var,$self->getValue("searchTemplateId"));
|
||||
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($self->processTemplate(\%var,$self->getValue("searchTemplateId")),$self->getValue("styleTemplateId"));
|
||||
return $self->session->style->process($template,$self->getValue("styleTemplateId"));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue