summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 1e047cb79..29c619798 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -229,7 +229,7 @@ function locale_seek() {
}
}
- if ($pager = pager_display(NULL, 50, 0, "admin", $request)) {
+ if ($pager = theme("pager", NULL, 50, 0, $request)) {
$rows[] = array(array("data" => "$pager", "colspan" => "5"));
}