summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module
index 4a80c2a91..479b52cd2 100644
--- a/modules/watchdog/watchdog.module
+++ b/modules/watchdog/watchdog.module
@@ -98,7 +98,7 @@ function watchdog_overview($type) {
$rows[] = array(array("data" => t("No log messages available."), "colspan" => "5"));
}
- $pager = pager_display(NULL, 50, 0, "admin", tablesort_pager());
+ $pager = theme("pager", NULL, 50, 0, tablesort_pager());
if (!empty($pager)) {
$rows[] = array(array("data" => $pager, "colspan" => "5"));
}