From: minima Date: Thu, 24 Feb 2005 18:03:52 +0000 (+0000) Subject: put it same way round as pc21 X-Git-Tag: R_1_52~137 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d518a0ec42a570b512cccc2ca33b86c843c0816;p=spider.git put it same way round as pc21 --- diff --git a/perl/Thingy/Bye.pm b/perl/Thingy/Bye.pm index ad8059c6..740ca6c7 100644 --- a/perl/Thingy/Bye.pm +++ b/perl/Thingy/Bye.pm @@ -55,7 +55,7 @@ sub handle my $uref = Route::get($user); if ($parent && $uref) { if ($uref->isa('Route::Node')) { - @pc21 = $parent->del($uref); + @pc21 = $uref->del($parent); } else { $parent->del_user($uref); $thing->{pc17n} = $parent;