put it same way round as pc21
authorminima <minima>
Thu, 24 Feb 2005 18:03:52 +0000 (18:03 +0000)
committerminima <minima>
Thu, 24 Feb 2005 18:03:52 +0000 (18:03 +0000)
perl/Thingy/Bye.pm

index ad8059c69cacfe1d0b481528821f3987dcf3373e..740ca6c791d3ac4cfde238f7c97967a27b4feb18 100644 (file)
@@ -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;