summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 844ab45)
raw | patch | inline | side by side (parent: 844ab45)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Nov 2008 14:34:32 +0000 (14:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Nov 2008 14:34:32 +0000 (14:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12987 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_goto_reload.inc | patch | blob | history |
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 747930fc2c3560ee930fec0e5cd0f0178b29fe54..d08854eeba9ff32f520d934f1fed420b98f3ad14 100644 (file)
$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";
}