[ 1474390 ] delete workflow fails

This commit is contained in:
JT Smith 2006-04-28 19:14:13 +00:00
parent 7921c7a708
commit 149789c11e
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ sub delete {
}
# delete instances
$self->session->db->deleteRow("Workflow","workflowId",$self->getId);
$self->undef;
$self = undef;
}
#-------------------------------------------------------------------