summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 13e272ecd..74f6c21b2 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1194,7 +1194,7 @@ function comment_render($node, $cid = 0) {
$comments .= '</div>';
}
$output .= $comments;
- $output .= theme('pager', NULL, $comments_per_page, 0);
+ $output .= theme('pager', NULL);
}
// If enabled, show new comment form if it's not already being displayed.