From 60395fb43a0245d6cdd410ded1b07ffa24346c6b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 27 Feb 2008 10:48:06 +0000 Subject: [PATCH] Updated system management. -Display error if something went wrong while sending action command. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9163 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/systems/admin/systems/class_systemManagement.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 408c1e148..228acaa2b 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -553,8 +553,8 @@ class systems extends plugin $data['timestamp'] = $this->systab->get_timestamp(); $o_queue = new gosaSupportDaemon(); foreach($targets as $target){ - $data['macaddress'] = $target; - $o_queue->send($header,$target,$data); + $data['macadress'] = $target; + $o_queue->send_data($header,$target,$data,!$save_events_directly); 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); -- 2.30.2