From 1251b68668c656bc077fff3dd22661447e2905e3 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 2 Feb 2014 13:19:57 -0800 Subject: [ticket/12153] Remove redundant calls to pagination.on_page(). PHPBB3-12153 --- phpBB/includes/ucp/ucp_main.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/ucp/ucp_main.php') diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php index b9f951ace6..cb3cea485a 100644 --- a/phpBB/includes/ucp/ucp_main.php +++ b/phpBB/includes/ucp/ucp_main.php @@ -674,7 +674,6 @@ class ucp_main $pagination->generate_template_pagination($this->u_action, 'pagination', 'start', $topics_count, $config['topics_per_page'], $start); $template->assign_vars(array( - 'PAGE_NUMBER' => $pagination->on_page($this->u_action, $topics_count, $config['topics_per_page'], $start), 'TOTAL_TOPICS' => $user->lang('VIEW_FORUM_TOPICS', (int) $topics_count), )); } -- cgit v1.2.1