]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
updated MANIFEST
[maypole.git] / lib / Maypole.pm
index ae2ae58cd1b7046f6eb58cbcbbfc5542a1a6677e..64e5a1a886c877d8aa59475426ff63f7f9714070 100644 (file)
@@ -592,7 +592,7 @@ sub handler_guts
       if ( my $error = $@ ) 
         {
          $status = $self->call_exception($error, "model");
-         if ( $status != OK ) 
+         if ( $status != OK )
             {
              warn "caught model error: $error";
              return $self->debug ?