diff options
Diffstat (limited to 'modules/comment.module')
-rw-r--r-- | modules/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module index 7b3f49a40..ae9ea1d7c 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) { function comment_node_link($node) { - if (user_access("administer comments") && comment_all($node->nid)) { + if (user_access("administer comments") && comment_num_all($node->nid)) { /* ** Edit comments: |