- Fix problem of comments not showing when viewed through node.php. Patch

by Moshe.
4.1.x
Dries Buytaert 2002-09-17 19:38:46 +00:00
parent 85c6e90543
commit 50e4d79a3e
1 changed files with 1 additions and 1 deletions

View File

@ -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();