diff --git a/app/Model/WorkflowModules/action/Module_publish_event.php b/app/Model/WorkflowModules/action/Module_publish_event.php index afc86a7a6..1554677db 100644 --- a/app/Model/WorkflowModules/action/Module_publish_event.php +++ b/app/Model/WorkflowModules/action/Module_publish_event.php @@ -1,13 +1,16 @@ getData(); + $event_id = $rData['Event']['id']; $result = $this->Event->publish($event_id, null); return $result === true; }