Commit 047d9221e8aa714e0bf182b913b5949a3493a8ad

Authored by Elena.Budnik
1 parent 58c45979

bug in xml get node

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/makeOrbitsInKm.php
... ... @@ -80,7 +80,7 @@
80 80 $newInfo->addChild('ucd', $paramXml->info->ucd);
81 81 $newInfo->addChild('dataset_id', $paramXml->info->dataset_id);
82 82 $newGet = $newXML->addChild('get');
83   - $newVi = $newXML->addChild('vi');
  83 + $newVi = $newGet->addChild('vi');
84 84 $newVi->addAttribute('name', $paramXml->get->vi['name']);
85 85 $newParam = $newVi->addChild('baseParam');
86 86 $newParam->addAttribute('name', $paramXml->get->vi->baseParam['name']);
... ...