X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=8a00e3852131b0972bfd44b9971ea185cd97885e;hb=f939c447ca5ef37073054a73e50b48a63533a9bc;hp=bced585507c753b95bf4420131544a4537fa1760;hpb=28c96d575e54373562fec59176eccf2f64935e6b;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index bced5855..8a00e385 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -35,5 +35,5 @@ if ($self->priv < 6) { return (1, $self->msg('e5')) if $who ne $self->call; } -@out = DXLog::print($from, $to, $main::systime, undef, $who); +@out = DXLog::print($from, $to, $main::systime, $who); return (1, @out);