Code

Fixed post handling.
[gosa.git] / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_goto_reload.inc
index 747930fc2c3560ee930fec0e5cd0f0178b29fe54..110b023f7857650d1a0baea15473c45f127d2b06 100644 (file)
@@ -34,11 +34,11 @@ class DaemonEvent_goto_reload extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Goto reload"); 
-    $this->s_Event_Name = _("Reload goto settings"); 
+    $this->s_Menu_Name  = _("GOto reload"); 
+    $this->s_Event_Name = _("Reload GOto settings"); 
     $this->s_Schedule_Action= "job_trigger_goto_settings_reload";
     $this->s_Trigger_Action = "gosa_trigger_goto_settings_reload";
-    $this->s_Queued_Action  = "trigger_action_wake";
+    $this->s_Queued_Action  = "trigger_action_goto_settings_reload";
     $this->s_Menu_Image = "images/lists/reload.png";
     $this->s_List_Image = "images/lists/reload.png";
   }