From: hickert Date: Wed, 27 Feb 2008 13:52:27 +0000 (+0000) Subject: Updated system management X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=418f05078e0045ac7a0072b208494cc302afc3c3;p=gosa.git Updated system management -Event handling . git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9175 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 8f8d44e36..e2d733c23 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -553,7 +553,7 @@ class systems extends plugin $o_queue = new gosaSupportDaemon(); foreach($targets as $target){ $data['macaddress'] = $target; - $o_queue->send_data($header,$target,$data,!$save_events_directly); + $o_queue->send_data($header,$target,$data,TRUE); if($o_queue->is_error()){ msg_dialog::display(_("Daemon"),sprintf(_("Something went wrong while talking to the daemon: %s."), $o_queue->get_error()),ERROR_DIALOG);