From: cajus Date: Fri, 25 Apr 2008 14:46:28 +0000 (+0000) Subject: Changed event X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5026729fc7a3270c94d31877ca29af5377c1a108;p=gosa.git Changed event git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10699 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc index 7295b6ac1..0f0365bc9 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc @@ -35,12 +35,13 @@ class DaemonEvent_notify extends DaemonEvent DaemonEvent::__construct($config,$data); $this->s_Menu_Name = _("Send message"); $this->s_Event_Name = _("Send message"); - $this->s_Schedule_Action = "job_trigger_action_notify"; - $this->s_Trigger_Action= "gosa_trigger_action_notify"; + + $this->s_Schedule_Action = "job_send_user_msg"; + $this->s_Trigger_Action= "gosa_send_user_msg"; $this->s_Queued_Action= "trigger_action_notify"; $this->s_Menu_Image = "images/mailto.png"; $this->s_List_Image = "images/mailto.png"; - $this->a_targets = array("GOsa"); // Required to get the event send. Maybe this is a wrong value. + $this->a_targets = array("GOSA"); // Required to get the event send. Maybe this is a wrong value. } public function execute()