get_threaded_children fix
authorniekt0 <niekt0@kyberia.cz>
Thu, 29 Sep 2011 22:22:35 +0000 (00:22 +0200)
committerniekt0 <niekt0@kyberia.cz>
Thu, 29 Sep 2011 22:22:35 +0000 (00:22 +0200)
wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php

index 9d164066108a524e84e857b2935036e519229dde..bab55d698784d2c2d7aab82ff41782c2329bf35c 100644 (file)
@@ -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);
+       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.125682 seconds and 4 git commands to generate.