summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 48cc8e0)
raw | patch | inline | side by side (parent: 48cc8e0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 16:54:28 +0000 (16:54 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Mar 2008 16:54:28 +0000 (16:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9372 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index 2944e8c44bb83325cc5be18234c7b6265e7d28a8..1fb52f333ed3b226f6f232c9be737ad72c11ef3f 100644 (file)
/* Check if LDAP server has changed */
if ($ldap_changed && class_available("DaemonEvent")){
- $events = DaemonEvent::get_event_types(SYSETEM_EVENT | HIDDEN_EVENT);
+ $events = DaemonEvent::get_event_types(SYSTEM_EVENT | HIDDEN_EVENT);
$o_queue = new gosaSupportDaemon();
if(isset($events['TRIGGERED']['DaemonEvent_reload_ldap_config'])){
$evt = $events['TRIGGERED']['DaemonEvent_reload_ldap_config'];