diff options
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index c7f4a7f1c..d6fa01848 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1061,7 +1061,7 @@ function comment_render($node, $cid = 0) { } } // Only attempt to render comments if the node has been commented upon. - elseif ($node->comment_count) { + else { //TODO Convert to dynamic queries once the pager query is updated to the new DBTNG API. |