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