X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fincludes%2Fplc_objects.php;h=db354bcda5cfa80a8bfc93f8750feb3cec3b7bf8;hb=3aca091c5ef5315b2f8ab1b11b65ddf8f42cc370;hp=65abc9ae24256e94b7c76274066c19e77488043d;hpb=653b481548d3634c5cad192f7933dca62bd07e5a;p=plewww.git diff --git a/planetlab/includes/plc_objects.php b/planetlab/includes/plc_objects.php index 65abc9a..db354bc 100644 --- a/planetlab/includes/plc_objects.php +++ b/planetlab/includes/plc_objects.php @@ -216,7 +216,7 @@ class Node extends PlcObject { $this->last_contact = $node['last_contact']; $this->site_id = $node['site_id']; $this->pcu_ids = $node['pcu_ids']; - $this->nn = $api->GetNodeNetworks($node['nodenetwork_ids']); + $this->nn = $api->GetInterfaces($node['interface_ids']); foreach ($this->nn as $nnet) { if ( $nnet['is_primary'] == true )