X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;h=802d1ceae47e1651618497a057db302e2e7c5c72;hb=79a1334bcab6596cf6695b1949dbb04c10c1cdf7;hp=15e46c2d653d238ca3d343b93157b48c5d8dab28;hpb=444d6866b6ebaebc2a4c3d6386f2d47f3cb9fed7;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php index 15e46c2..802d1ce 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php @@ -63,7 +63,7 @@ else $security = ""; while ($result->next()) { $child = $result->getRecord(); - if($child['external_link']=='transport') $child = array_merge($child, transport_translate($child['node_content'])); + transport_process_node($child); if($child['synapse_creator']!='') $child['node_status']='linked'; $get_children_array[]=$child;