summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6eac4b)
raw | patch | inline | side by side (parent: f6eac4b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 12:50:54 +0000 (12:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 12:50:54 +0000 (12:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10616 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_rescan.inc | patch | blob | history |
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 f4464760447ade97a5b77019a87d16449f2c8783..c088a61cd06c85bd0cf15fada4c7548c30eebda7 100644 (file)
DaemonEvent::__construct($config,$data);
$this->s_Menu_Name = _("Rescan hardware");
$this->s_Event_Name = _("Rescan hardware");
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";
}
$this->s_Menu_Image = "images/snd_hardware.png";
$this->s_List_Image = "images/snd_hardware.png";
}