fix typo in Search code from merge of no results found RFE
This commit is contained in:
parent
907f31b97d
commit
b7cbde0e79
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ sub view {
|
||||||
title=>$data->{title},
|
title=>$data->{title},
|
||||||
synopsis=>$data->{synopsis},
|
synopsis=>$data->{synopsis},
|
||||||
});
|
});
|
||||||
$var->{results_found} = 1;
|
$var{results_found} = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
my $p = WebGUI::Paginator->new($self->session,$self->getUrl('doit=1;keywords='.$self->session->url->escape($self->session->form->get('keywords'))));
|
my $p = WebGUI::Paginator->new($self->session,$self->getUrl('doit=1;keywords='.$self->session->url->escape($self->session->form->get('keywords'))));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue