Code

Changed event
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Apr 2008 14:46:28 +0000 (14:46 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 25 Apr 2008 14:46:28 +0000 (14:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10699 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent_notify.inc

index 7295b6ac11ca78ff5dd9aaaf106f57d5fe8c4b7a..0f0365bc9c057efd1a66ad73eabffd54856c87f4 100644 (file)
@@ -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()