X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstation.pl;h=868ebda9b81f34cd5aed73f20b39044cb1a19aaf;hb=a98580704baeea87e9fcfe84838bd9bc2a28e57d;hp=68a1437593ad0a6e1fca110a2e501c37c09bb89f;hpb=3fb77aefcc75a7b465d94273adec2f14bfc8adb8;p=spider.git diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 68a14375..868ebda9 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -70,7 +70,7 @@ if (@f <= 2 && uc $f[0] eq 'ALL') { } my $cref = Route::get($call); - my $seek = $cref->isa('Route::Node') ? $call : join(',', $ref->parents) if $cref; + my $seek = $cref->isa('Route::Node') ? $call : join(',', $cref->parents) if $cref; if ($seek) { push @out, "User : $call (at $seek)";