diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-13 20:30:16 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-13 20:32:43 -0600 |
commit | 5c614ff6249c441637103ba0b78338f878057479 (patch) | |
tree | 7fb26e68c76f837ded2fdc39f27b5f2572a586ee /phpBB/includes/mcp/mcp_topic.php | |
parent | 71bcc58feecd49fe05f6b7e0e2bca8a94424f240 (diff) | |
download | forums-5c614ff6249c441637103ba0b78338f878057479.tar forums-5c614ff6249c441637103ba0b78338f878057479.tar.gz forums-5c614ff6249c441637103ba0b78338f878057479.tar.bz2 forums-5c614ff6249c441637103ba0b78338f878057479.tar.xz forums-5c614ff6249c441637103ba0b78338f878057479.zip |
[ticket/8610] Revert some funky merging I did from rebase
PHPBB3-8610
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_topic.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php index 28f5c6a41d..ba11b04884 100644 --- a/phpBB/includes/mcp/mcp_topic.php +++ b/phpBB/includes/mcp/mcp_topic.php @@ -307,12 +307,6 @@ function mcp_topic_view($id, $mode, $action) 'post_ids' => $post_id_list, )); - $base_url = append_sid("{$phpbb_root_path}mcp.$phpEx", "i=$id&t={$topic_info['topic_id']}&mode=$mode&action=$action&to_topic_id=$to_topic_id&posts_per_page=$posts_per_page&st=$sort_days&sk=$sort_key&sd=$sort_dir"); - if ($posts_per_page) - { - phpbb_generate_template_pagination($template, $base_url, 'pagination', 'start', $total, $posts_per_page, $start); - } - $template->assign_vars(array( 'TOPIC_TITLE' => $topic_info['topic_title'], 'U_VIEW_TOPIC' => append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $topic_info['forum_id'] . '&t=' . $topic_info['topic_id']), @@ -712,4 +706,4 @@ function merge_posts($topic_id, $to_topic_id) } } -?> +?>
\ No newline at end of file |