From: Harvie Date: Fri, 24 Dec 2010 03:31:30 +0000 (+0100) Subject: Added transport processing to get_linked_nodes smarty method X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=46e5d87e84d7f1f868ac059ec81c4631c4bce3e9;p=mirrors%2FKyberia-bloodline.git Added transport processing to get_linked_nodes smarty method --- diff --git a/wwwroot/inc/smarty/node_methodz/function.get_linked_nodes.php b/wwwroot/inc/smarty/node_methodz/function.get_linked_nodes.php index 351679a..37e003b 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_linked_nodes.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_linked_nodes.php @@ -36,6 +36,7 @@ $result=$db->query($q); while ($result->next()) { $array=$result->getRecord(); + transport_process_node($array); $array['node_status']="linked"; $array['node_created']=$array['synapse_created']; $get_linked_nodes[]=$array;