- fix: undefined activity

This commit is contained in:
JT Smith 2007-08-14 18:43:19 +00:00
parent 81fd7c6194
commit 155ca81291
3 changed files with 27 additions and 8 deletions

View file

@ -324,7 +324,7 @@ sub commit {
$cron = WebGUI::Workflow::Cron->create($self->session, {
title=>$self->getTitle." ".$i18n->get("mail"),
minuteOfHour=>"*/".($self->get("getMailInterval")/60),
className=>"WebGUI::Asset::Wobject::Collaboration",
className=>(ref $self),
methodName=>"new",
parameters=>$self->getId,
workflowId=>"csworkflow000000000001"