X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=70bfd0b277f65bd7c94336240387799f29293003;hb=bec4a6ff4a3503a297ce1226f9bbd46341193616;hp=46fb7d4ac953451059e795351d89fbbc3652431a;hpb=0f0ccfbbe2488b34841e5af2ecedd9f256c8489f;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 46fb7d4..70bfd0b 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -55,10 +55,7 @@ sub handler { $r->get_request(); $r->parse_location(); my $status = $r->handler_guts(); - if ($status != OK) { - warn "NOT OK!"; - return $status; - } + return $status unless $status == OK; $r->send_output; return $status; }