From 29ec074612ea6511c5db17d03787b727c4ae2c48 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 5 Mar 2008 16:54:28 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9372 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationStartup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 2944e8c44..1fb52f333 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -898,7 +898,7 @@ class workstartup extends plugin /* 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']; -- 2.30.2