Code

Updated event to _trigger_
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 09:54:45 +0000 (09:54 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 14 Mar 2008 09:54:45 +0000 (09:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9815 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reload_ldap_config.inc

index 2dcb00f5b980e4beb68b5d8571c9d0cec4d6c8e6..c1cd360467c5085794fe76b24355a16947e03c8d 100644 (file)
@@ -27,8 +27,8 @@ class DaemonEvent_reload_ldap_config extends DaemonEvent
     DaemonEvent::__construct($config,$data);
     $this->s_Menu_Name  = _("Reload ldap config"); 
     $this->s_Event_Name = _("Reload ldap config"); 
-    $this->s_Schedule_Action= "job_reload_ldap_config";
-    $this->s_Trigger_Action = "gosa_reload_ldap_config";
+    $this->s_Schedule_Action= "job_trigger_reload_ldap_config";
+    $this->s_Trigger_Action = "gosa_trigger_reload_ldap_config";
     $this->s_Queued_Action  = "reload_ldap_config";
     $this->s_Menu_Image = "images/edit.png";
     $this->s_List_Image = "images/edit.png";