summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index d64068b84..3e15ef3e9 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -1907,7 +1907,7 @@ function user_admin_account() {
}
$output = theme('table', $header, $rows);
- $output .= theme('pager', NULL, 50, 0, tablesort_pager());
+ $output .= theme('pager', NULL, 50, 0);
return $output;
}