diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index 4a80c2a91..479b52cd2 100644 --- a/modules/watchdog.module +++ b/modules/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")); } |