From 6973651b3c2a24a974b824b649c17913e87457e8 Mon Sep 17 00:00:00 2001 From: niekt0 Date: Fri, 30 Sep 2011 00:25:04 +0200 Subject: [PATCH] fix fixed --- .../inc/smarty/node_methodz/function.get_threaded_children.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e2f8867..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=""; } - $get_children_array)=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); } -- 2.30.2