X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;fp=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;h=9d164066108a524e84e857b2935036e519229dde;hb=40428f53bc0696319dd9cbdbd2c0ab6ac37a887b;hp=5c04c4e5bf5b03d1f24209dd2446f7a4ffaf8cb4;hpb=92ac14b2de96259830a9a35cfd4f2f1485006334;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 5c04c4e..9d16406 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php @@ -10,6 +10,9 @@ function smarty_function_get_threaded_children($params,&$smarty) { $orderby=isset($params['orderby']) ? $params['orderby'] : "desc"; $time=isset($params['time']) ? $params['time'] : ""; $link=(isset($params['link']) && $params['link']=='yes') ? "yes" : ""; + $node_id=$node['node_id']; + $node_vector=$node['node_vector']; + // XXX WTF if ($node['node_system_access']=='public') { $security="yes"; }