From: niekt0 Date: Thu, 29 Sep 2011 22:24:15 +0000 (+0200) Subject: another get_threaded_children fix X-Git-Url: https://git.harvie.cz/?p=mirrors%2FKyberia-bloodline.git;a=commitdiff_plain;h=9823a4d3a94132e008b8a65eadf695827d1994ee another get_threaded_children fix --- 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); }