diff options
Diffstat (limited to 'node.php')
-rw-r--r-- | node.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ function node_render($node) { node_view($node); - if ($node->comment) { + if (function_exists("comment_render") && $node->comment) { comment_render($id, $cid); } |