diff --git a/node.php b/node.php index c80113e55f65bd9cec625fbb8a5a92a357018687..c1124b43cc0f93f2926d15a18d0d3432eb2a2d0e 100644 --- a/node.php +++ b/node.php @@ -15,7 +15,7 @@ function node_render($node) { node_view($node); if (function_exists("comment_render") && $node->comment) { - comment_render($id, $cid); + comment_render($node, $cid); } $theme->footer();