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/mcp/mcp_topic.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/mcp/mcp_topic.php')
| -rw-r--r-- | phpBB/includes/mcp/mcp_topic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index a4c561a3bf..cdb88bf2bf 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -343,7 +343,6 @@ function mcp_topic_view($id, $mode, $action) 'RETURN_TOPIC' => sprintf($user->lang['RETURN_TOPIC'], '<a href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f={$topic_info['forum_id']}&t={$topic_info['topic_id']}&start=$start") . '">', '</a>'), 'RETURN_FORUM' => sprintf($user->lang['RETURN_FORUM'], '<a href="' . append_sid("{$phpbb_root_path}viewforum.$phpEx", "f={$topic_info['forum_id']}&start=$start") . '">', '</a>'), - 'PAGE_NUMBER' => $pagination->on_page($base_url, $total, $posts_per_page, $start), 'TOTAL_POSTS' => $user->lang('VIEW_TOPIC_POSTS', (int) $total), )); } |
