summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.php b/node.php
index c80113e55..c1124b43c 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();