--- Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/26 01:54:42 155 +++ Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/26 16:21:51 157 @@ -101,8 +101,8 @@ # save config parametars in object foreach my $f (qw/hits_on_page/) { - $self->{$_} = $c->config->{$_}; - $log->debug("self->{$_} = " . $c->config->{$_}); + $self->{$f} = $c->config->{hyperestraier}->{$f}; + $log->debug("self->{$f} = " . $self->{$f}); } return $self;