From f0f132814c2dfb08f81850819e9be31741008b22 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 6 Sep 2010 07:05:42 +0000 Subject: [PATCH] Updated gosa-si dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19514 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 47369ae9a..89e601e6c 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -210,7 +210,7 @@ class workgeneric extends plugin $action= $_POST['saction']; /* Check if we have an DaemonEvent for this action */ - if(class_available("DaemonEvent")){ + if(class_available("gosaSupportDaemon") && class_available("DaemonEvent")){ $events = DaemonEvent::get_event_types(SYSTEM_EVENT | HIDDEN_EVENT); if(isset($events['TRIGGERED']["DaemonEvent_".$action])){ $evt = $events['TRIGGERED']["DaemonEvent_".$action]; -- 2.30.2