summaryrefslogtreecommitdiff
path: root/modules/tracker.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker.module')
-rw-r--r--modules/tracker.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index b75096f8d..75373a1ca 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -79,7 +79,7 @@ function tracker_posts($id = 0) {
$rows[] = array(array("data" => $type, "class" => "type"), array("data" => $title . $comments, "class" => "content"), array("data" => $author, "class" => "author"), array("data" => format_date($node->last_activity, "small"), "class" => "last_post"));
}
- if ($pager = pager_display(NULL, 10, 0, "default", tablesort_pager())) {
+ if ($pager = theme("pager", NULL, 10, 0, tablesort_pager())) {
$rows[] = array(array("data" => $pager, "colspan" => 4));
}