X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=8a00e3852131b0972bfd44b9971ea185cd97885e;hb=c20a2c1e01d707d6c3fa25067df93d491aba8fff;hp=bced585507c753b95bf4420131544a4537fa1760;hpb=b06a8b34356732ab544f4bba0102c5793b34e3d9;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);