diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 57d5ab92b..a386bbc69 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -2275,7 +2275,7 @@ function _locale_translate_seek() { if (count($rows)) { $output .= theme('table', $header, $rows); - if ($pager = theme('pager', NULL, 50)) { + if ($pager = theme('pager', NULL)) { $output .= $pager; } } |