revert the patch that checked spectre and canceled the commit if it could not talk to it

This commit is contained in:
Colin Kuskie 2008-06-05 04:37:04 +00:00
parent 994da561a5
commit 70e50ca329
4 changed files with 1 additions and 50 deletions

View file

@ -417,7 +417,7 @@ sub requestCommit {
$self->{_data}{committedBy} = $self->session->user->userId;
$self->{_data}{workflowInstanceId} = $instance->getId;
$self->session->db->setRow("assetVersionTag","tagId",$self->{_data});
$instance->start;
$instance->start;
return undef;
}