From: hickert Date: Mon, 6 Sep 2010 07:05:44 +0000 (+0000) Subject: Updated gosa-si dependencies X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60c9fce0201b8e2b28bc6d8df2a22a2ed433e843;p=gosa.git Updated gosa-si dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19515 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'])){