summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b6ea73)
raw | patch | inline | side by side (parent: 0b6ea73)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 13:25:10 +0000 (13:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Mar 2008 13:25:10 +0000 (13:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9314 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_servGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc
index 4b6c8d8c656309c3c592380071f5f1bcbaa603c2..c03fdff75a8e2be3c6045a405d94fc2056dadf18 100644 (file)
/* 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'];