Code

Updated event detection string for goto_reload
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Nov 2008 14:24:41 +0000 (14:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Nov 2008 14:24:41 +0000 (14:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12986 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 00e431dc10583553086bb26dff315f10da757ae2..055f979ca6c83b8bef80e0b14aa3d2e60800cfd9 100644 (file)
@@ -30,7 +30,7 @@ class DaemonEvent_goto_reload extends DaemonEvent
     $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_settings_reload";
     $this->s_Menu_Image = "images/lists/reload.png";
     $this->s_List_Image = "images/lists/reload.png";
   }