fixed several workflow/spectre related bugs

This commit is contained in:
JT Smith 2006-03-18 23:25:31 +00:00
parent ccf1b3633f
commit 9b9b63cc12
7 changed files with 134 additions and 115 deletions

View file

@ -81,7 +81,7 @@ sub notify {
timeout=>10
);
if ($remote) {
my $result = $remote->post('admin/shutdown', @params);
my $result = $remote->post(@params);
unless (defined $result) {
$self->session->errorHandler->warn("Couldn't send command to Spectre because ".$POE::Component::IKC::ClientLite::error);
}