From 10faf75a9cdae6f6ea9753145594acc576a6f113 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Mar 2008 13:25:10 +0000 Subject: [PATCH] Updated server events git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_servGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index 4b6c8d8c6..c03fdff75 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -434,7 +434,7 @@ class servgeneric extends plugin /* Send installation activation */ - $events = DaemonEvent::get_event_types(SYSTEM_EVENT); + $events = DaemonEvent::get_event_types(SYSTEM_EVENT | EVENT_HIDDEN); $o_queue = new gosaSupportDaemon(); if(isset($events['TRIGGERED']['DaemonEvent_installation_activation'])){ $evt = $events['TRIGGERED']['DaemonEvent_installation_activation']; -- 2.30.2