X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Faccept%2Fspots.pl;h=b8f4c861b0e41bbae5294186d0565a6accb9dbf1;hb=70261345f844db52943884eb12c204c17105721b;hp=b35770de6f67a62a28a9db5312b5952630dbb214;hpb=ab0ea211ea17085944f4ce2b0100932fa6af02c8;p=spider.git diff --git a/cmd/accept/spots.pl b/cmd/accept/spots.pl index b35770de..b8f4c861 100644 --- a/cmd/accept/spots.pl +++ b/cmd/accept/spots.pl @@ -11,4 +11,4 @@ my $type = 'accept'; my $sort = 'spots'; my ($r, $filter, $fno) = $Spot::filterdef->cmd($self, $sort, $type, $line); -return (0, $r ? $r : $self->msg('filter1', $fno, $filter->{name})); +return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));