fix typo in Search code from merge of no results found RFE

This commit is contained in:
Colin Kuskie 2007-05-29 18:30:17 +00:00
parent 907f31b97d
commit b7cbde0e79

View file

@ -161,7 +161,7 @@ sub view {
title=>$data->{title},
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'))));