X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;h=e2f88675626eaea2f7f2b0201c6d42ef2a590b25;hb=9823a4d3a94132e008b8a65eadf695827d1994ee;hp=bab55d698784d2c2d7aab82ff41782c2329bf35c;hpb=31e42c198e6e5835e3bcf70a5f44c9820af116b7;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 bab55d6..e2f8867 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php @@ -32,7 +32,7 @@ function smarty_function_get_threaded_children($params,&$smarty) { $search_param=""; } - nodes::getThreadedChildren($node_id,$node_vector,$offset,$limit,$orderby,$time,$synapse_time,$security,$link,$search,$search_param); + $get_children_array)=nodes::getThreadedChildren($node_id,$node_vector,$offset,$limit,$orderby,$time,$synapse_time,$security,$link,$search,$search_param); $smarty->assign('get_threaded_children',$get_children_array); }