From 7a6f73f49d0cdbb544ca1a8af36ed3502487456c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Apr 2009 19:44:40 +0000 Subject: - Patch #330748 by stBorchert: remove from theme_pager*. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index aa9572824..268645cfc 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -909,7 +909,7 @@ function template_preprocess_forum_topic_list(&$variables) { $variables['topic_id'] = $variables['tid']; unset($variables['tid']); - $variables['pager'] = theme('pager', NULL, $variables['forum_per_page'], 0); + $variables['pager'] = theme('pager', NULL); } /** -- cgit v1.2.3