diff options
Diffstat (limited to 'modules/path.module')
-rw-r--r-- | modules/path.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path.module b/modules/path.module index 160e4a7d0..adb6c5f1d 100644 --- a/modules/path.module +++ b/modules/path.module @@ -307,7 +307,7 @@ function path_overview() { } $output = theme('table', $header, $rows); - $output .= theme('pager', NULL, 50, 0, tablesort_pager()); + $output .= theme('pager', NULL, 50, 0); return $output; } |