Skip to content

Commit

Permalink
Explict failure return
Browse files Browse the repository at this point in the history
  • Loading branch information
frodwith committed May 23, 2011
1 parent de55b02 commit ca08cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/WebGUI/Workflow/Spectre.pm
Expand Up @@ -85,6 +85,7 @@ sub notify {
} else {
$error->warn("Couldn't connect to Spectre because ".$POE::Component::IKC::ClientLite::error);
}
return 0;
}

#-------------------------------------------------------------------
Expand Down

0 comments on commit ca08cc0

Please sign in to comment.