diff options
author | Cesar G <prototech91@gmail.com> | 2014-02-02 13:19:57 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-02-03 23:00:39 -0800 |
commit | 1251b68668c656bc077fff3dd22661447e2905e3 (patch) | |
tree | bc8928eb721c133137da291ef4bce41304950cdc /phpBB/includes/ucp/ucp_main.php | |
parent | f22e51c8a16d75449da03cb2d9f3e11573ce6f1d (diff) | |
download | forums-1251b68668c656bc077fff3dd22661447e2905e3.tar forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.gz forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.bz2 forums-1251b68668c656bc077fff3dd22661447e2905e3.tar.xz forums-1251b68668c656bc077fff3dd22661447e2905e3.zip |
[ticket/12153] Remove redundant calls to pagination.on_page().
PHPBB3-12153
Diffstat (limited to 'phpBB/includes/ucp/ucp_main.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_main.php | 1 |
1 files changed, 0 insertions, 1 deletions
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), )); } |