another get_threaded_children fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_threaded_children.php
index bab55d698784d2c2d7aab82ff41782c2329bf35c..e2f88675626eaea2f7f2b0201c6d42ef2a590b25 100644 (file)
@@ -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);
 }
This page took 0.087774 seconds and 4 git commands to generate.