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/viewtopic.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/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 227cfdd029..9408d85ee1 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -605,7 +605,6 @@ $template->assign_vars(array( 'TOPIC_AUTHOR_COLOUR' => get_username_string('colour', $topic_data['topic_poster'], $topic_data['topic_first_poster_name'], $topic_data['topic_first_poster_colour']), 'TOPIC_AUTHOR' => get_username_string('username', $topic_data['topic_poster'], $topic_data['topic_first_poster_name'], $topic_data['topic_first_poster_colour']), - 'PAGE_NUMBER' => $pagination->on_page($base_url, $total_posts, $config['posts_per_page'], $start), 'TOTAL_POSTS' => $user->lang('VIEW_TOPIC_POSTS', (int) $total_posts), 'U_MCP' => ($auth->acl_get('m_', $forum_id)) ? append_sid("{$phpbb_root_path}mcp.$phpEx", "i=main&mode=topic_view&f=$forum_id&t=$topic_id" . (($start == 0) ? '' : "&start=$start") . ((strlen($u_sort_param)) ? "&$u_sort_param" : ''), true, $user->session_id) : '', 'MODERATORS' => (isset($forum_moderators[$forum_id]) && sizeof($forum_moderators[$forum_id])) ? implode($user->lang['COMMA_SEPARATOR'], $forum_moderators[$forum_id]) : '', |
