From 60c9fce0201b8e2b28bc6d8df2a22a2ed433e843 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 6 Sep 2010 07:05:44 +0000 Subject: [PATCH] Updated gosa-si dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19515 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationService.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc index 9707d8537..3c5cd4b18 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationService.inc @@ -530,7 +530,7 @@ class workservice extends plugin */ function send_goto_reload() { - if(count($this->attrs) && class_available("DaemonEvent")){ + if(count($this->attrs) && class_available("gosaSupportDaemon") && class_available("DaemonEvent")){ $events = DaemonEvent::get_event_types(SYSTEM_EVENT | HIDDEN_EVENT); $o_queue = new gosaSupportDaemon(); if(isset($events['TRIGGERED']['DaemonEvent_goto_reload'])){ -- 2.30.2