From: hickert Date: Tue, 4 Mar 2008 13:25:10 +0000 (+0000) Subject: Updated server events X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=10faf75a9cdae6f6ea9753145594acc576a6f113;p=gosa.git Updated server events git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'];