From 4dc0fc073da2aa51dda53506b1221614e6b410ea Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 16 Mar 2006 19:51:29 +0000 Subject: [PATCH] was still using wrong object --- lib/WebGUI/Workflow/Activity/CreateCronJob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Activity/CreateCronJob.pm b/lib/WebGUI/Workflow/Activity/CreateCronJob.pm index 8f1cbe8a6..f6f5088cf 100644 --- a/lib/WebGUI/Workflow/Activity/CreateCronJob.pm +++ b/lib/WebGUI/Workflow/Activity/CreateCronJob.pm @@ -131,7 +131,7 @@ sub execute { my $object = shift; my $instance = shift; my $cron = WebGUI::Workflow::Cron->create($self->session, { - title=>"Generated by workflow ".$self->getId." (".$self->get("title").")", + title=>"Generated by workflow instance ".$instance->getId." (".$self->get("title").")", enabled=>$self->get("enabled"), runOnce=>$self->get("runOnce"), workflowId=>$self->get("workflowId"),