From 8e2345cc236c734dd63300c1c7b2b890e46bf1d7 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 22 Apr 2008 12:50:54 +0000 Subject: [PATCH] Updated hardware rescan job closes #436 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10616 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/addons/goto/events/class_DaemonEvent_rescan.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_rescan.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_rescan.inc index f44647604..c088a61cd 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_rescan.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_rescan.inc @@ -27,9 +27,9 @@ class DaemonEvent_rescan extends DaemonEvent DaemonEvent::__construct($config,$data); $this->s_Menu_Name = _("Rescan hardware"); $this->s_Event_Name = _("Rescan hardware"); - $this->s_Schedule_Action= "job_trigger_action_rescan"; - $this->s_Trigger_Action = "gosa_trigger_action_rescan"; - $this->s_Queued_Action = "trigger_action_rescan"; + $this->s_Schedule_Action= "job_detect_hardware"; + $this->s_Trigger_Action = "gosa_detect_hardware"; + $this->s_Queued_Action = "detect_hardware"; $this->s_Menu_Image = "images/snd_hardware.png"; $this->s_List_Image = "images/snd_hardware.png"; } -- 2.30.2