aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_topic.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-13 20:30:16 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-13 20:32:43 -0600
commit5c614ff6249c441637103ba0b78338f878057479 (patch)
tree7fb26e68c76f837ded2fdc39f27b5f2572a586ee /phpBB/includes/mcp/mcp_topic.php
parent71bcc58feecd49fe05f6b7e0e2bca8a94424f240 (diff)
downloadforums-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.php8
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&amp;t={$topic_info['topic_id']}&amp;mode=$mode&amp;action=$action&amp;to_topic_id=$to_topic_id&amp;posts_per_page=$posts_per_page&amp;st=$sort_days&amp;sk=$sort_key&amp;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'] . '&amp;t=' . $topic_info['topic_id']),
@@ -712,4 +706,4 @@ function merge_posts($topic_id, $to_topic_id)
}
}
-?>
+?> \ No newline at end of file