diff options
Diffstat (limited to 'modules')
-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 6b6dedb65..9ac2d40df 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -620,7 +620,7 @@ function comment_node_view($node, $view_mode) { ); $new = comment_num_new($node->nid); - if (!$new) { + if ($new) { $links['comment-new-comments'] = array( 'title' => format_plural($new, '1 new comment', '@count new comments'), 'href' => "node/$node->nid", |