X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;h=11e249bd1f1c81533eb196c979d222ac34475b1a;hb=3c094f62a071292bcedd274d8ca9a402c68da814;hp=9d164066108a524e84e857b2935036e519229dde;hpb=40428f53bc0696319dd9cbdbd2c0ab6ac37a887b;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 9d16406..11e249b 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($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); }