diff options
Diffstat (limited to 'modules/path/path.admin.inc')
-rw-r--r-- | modules/path/path.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.admin.inc b/modules/path/path.admin.inc index 20999cc92..cab9b5d1f 100644 --- a/modules/path/path.admin.inc +++ b/modules/path/path.admin.inc @@ -65,7 +65,7 @@ function path_admin_overview($keys = NULL) { } $output .= theme('table', $header, $rows); - $output .= theme('pager', NULL, 50, 0); + $output .= theme('pager', NULL); return $output; } |