summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment')
-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 7e3ddb751..ea4bdfa50 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -362,7 +362,7 @@ function comment_new_page_count($num_comments, $new_replies, $node) {
$pageno = $count / $comments_per_page;
}
if ($pageno >= 1) {
- $pagenum = "page=" . intval($pageno);
+ $pagenum = "page=". intval($pageno);
}
return $pagenum;
}