From b1d722656bd4f9995309867d2095874ac89c2d31 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 Nov 2008 14:34:32 +0000 Subject: [PATCH] #Updated event detection string for goto_reload git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12987 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_DaemonEvent_goto_reload.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc index 747930fc2..d08854eeb 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc @@ -38,7 +38,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_goto_settings_reload"; $this->s_Menu_Image = "images/lists/reload.png"; $this->s_List_Image = "images/lists/reload.png"; } -- 2.30.2