diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-26 19:44:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-26 19:44:40 +0000 |
commit | 7a6f73f49d0cdbb544ca1a8af36ed3502487456c (patch) | |
tree | 9b9765f522c72ada5179f57a7f556ae7402d72bb /modules/aggregator | |
parent | bda52632a5aa033d44151c224a39236b223c6b0e (diff) | |
download | brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.gz brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.bz2 |
- Patch #330748 by stBorchert: remove from theme_pager*.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.pages.inc b/modules/aggregator/aggregator.pages.inc index 79d80d041..16cd6cf70 100644 --- a/modules/aggregator/aggregator.pages.inc +++ b/modules/aggregator/aggregator.pages.inc @@ -261,7 +261,7 @@ function theme_aggregator_categorize_items($form) { * @see aggregator-wrapper.tpl.php */ function template_preprocess_aggregator_wrapper(&$variables) { - $variables['pager'] = theme('pager', NULL, 20, 0); + $variables['pager'] = theme('pager', NULL); } /** |