Call the right sub to update the Fork status.

This commit is contained in:
Colin Kuskie 2013-09-18 10:02:46 -07:00 committed by Scott Walters
parent 11c9a80814
commit 4b97ce9a55

View file

@ -114,7 +114,7 @@ sub delete {
$tree->focus($id);
my $ret = $self->$setState($state);
$tree->success($id);
$process->update(sub { $tree->json });
$update_progress->();
return $ret;
}
);