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 0f620b2cc..f4fd83bc6 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -139,7 +139,7 @@ function watchdog_overview() { } $output .= theme('table', $header, $rows); - $output .= theme('pager', NULL, 50, 0, tablesort_pager()); + $output .= theme('pager', NULL, 50, 0); return $output; } |