Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 10:48:52 +0000 (10:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Feb 2008 10:48:52 +0000 (10:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9164 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 228acaa2b641f6e4b68d3893fe9800b5e8aa74c2..4bb7d367d36f39bd523fb8a66ef289e4ff3a3a2f 100644 (file)
@@ -553,7 +553,7 @@ class systems extends plugin
         $data['timestamp'] = $this->systab->get_timestamp();
         $o_queue = new gosaSupportDaemon();
         foreach($targets as $target){
-          $data['macadress'] = $target;
+          $data['macaddress'] = $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."),