summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27bcced)
raw | patch | inline | side by side (parent: 27bcced)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 14:36:08 +0000 (14:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 14:36:08 +0000 (14:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9392 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc | patch | blob | history | |
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_update.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc
index 77c71c9ce79f2cfc0d95aecb9aebb622b1251a20..70c4d60df380abc79a6e6d0d7e79e7fca2b7d89f 100644 (file)
$this->s_Menu_Name = _("Reinstall");
$this->s_Event_Name = _("Reinstall");
$this->s_Schedule_Action = "job_trigger_action_reinstall";
- $this->s_Trigger_Action= "gosa_trigger_action_reinstall";
+ $this->s_Trigger_Action= "job_trigger_action_reinstall";
$this->s_Queued_Action= "trigger_action_reinstall";
$this->s_Menu_Image = "images/fai_small.png";
$this->s_List_Image = "images/fai_small.png";
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_update.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_update.inc
index bace753f69d6304b274f71f0ad1755cebcc3c234..fa8c50d6914cc4032e450f197059808986d4b5a2 100644 (file)
$this->s_Menu_Name = _("Software update");
$this->s_Event_Name = _("software update");
$this->s_Schedule_Action = "job_trigger_action_update";
- $this->s_Trigger_Action= "gosa_trigger_action_update";
+ $this->s_Trigger_Action= "job_trigger_action_update";
$this->s_Queued_Action= "trigger_action_update";
$this->s_Menu_Image = "images/time.png";
$this->s_List_Image = "images/time.png";