X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=119a85a29127c9908581bfa6afb34b667d0bd5c9;hb=a02686080acb66fce170e9657e110761b09e62a2;hp=85d471f33f43369b3d94370cc672aad065d47d10;hpb=9248ebe461d183756053e56e7b1941f5c682e344;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 85d471f..119a85a 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -443,16 +443,11 @@ sub handler : method $self->get_user; my $status = $self->handler_guts; - - # moving this here causes unit test failures - need to check why - # before committing the move - #$status = $self->__call_process_view unless $self->output; - return $status unless $status == OK; # TODO: require send_output to return a status code $self->send_output; - + return $status; }