--- Webpacus2/lib/Webpacus/Action/Search.pm 2008/02/12 18:51:23 1091 +++ Webpacus2/lib/Webpacus/Action/Search.pm 2008/02/12 19:12:48 1092 @@ -151,7 +151,7 @@ warn "## create WebPAC::Store\n"; } - my $hit = $self->index->fetch_hit_hashref; + my $hit = $self->index->fetch_hit; return unless $hit;