From 76c5f62cbd621fa7d38a6954237b259bb5504026 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 15 Feb 2015 01:01:58 +0100 Subject: [PATCH] [ticket/473] Correctly create news on read all page B3P-473 --- modules/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/news.php b/modules/news.php index 26258b40..c73a2bba 100644 --- a/modules/news.php +++ b/modules/news.php @@ -398,7 +398,7 @@ class news extends module_base 'S_HAS_ATTACHMENTS' => (!empty($fetch_news[$i]['attachments'])) ? true : false, )); - $this->pagination->generate_template_pagination($view_topic_url, 'news_row.pagination', 'start', $fetch_news[$i]['topic_replies'] + 1, $this->config['posts_per_page'], 1, true, true); + $this->pagination->generate_template_pagination($view_topic_url, 'news.news_row.pagination', 'start', $fetch_news[$i]['topic_replies'] + 1, $this->config['posts_per_page'], 1); if(!empty($fetch_news[$i]['attachments'])) {