summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 755eff9ad..4c566c923 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -975,7 +975,7 @@ function comment_admin_overview($type = 'new') {
$form['operations'][$comment->cid] = array('#value' => l(t('edit'), 'comment/edit/'. $comment->cid, array(), $destination));
}
$form['comments'] = array('#type' => 'checkboxes', '#options' => $comments);
- $form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
+ $form['pager'] = array('#value' => theme('pager', NULL, 50, 0, tablesort_pager()));
return drupal_get_form('comment_admin_overview', $form);
}
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 755eff9ad..4c566c923 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -975,7 +975,7 @@ function comment_admin_overview($type = 'new') {
$form['operations'][$comment->cid] = array('#value' => l(t('edit'), 'comment/edit/'. $comment->cid, array(), $destination));
}
$form['comments'] = array('#type' => 'checkboxes', '#options' => $comments);
- $form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
+ $form['pager'] = array('#value' => theme('pager', NULL, 50, 0, tablesort_pager()));
return drupal_get_form('comment_admin_overview', $form);
}