From 5881a24faa95adad2016840b7ead66c1564d36a6 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Mon, 9 Mar 2020 23:33:59 +0100 Subject: [PATCH] [ticket/15609] MCP Queue and Report forum and topic identifiers PHPBB3-15609 --- phpBB/includes/mcp/mcp_queue.php | 8 ++++++-- phpBB/includes/mcp/mcp_reports.php | 7 ++++++- phpBB/styles/prosilver/template/mcp_reports.html | 8 +++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index dec583f6f4..7f8719c392 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -370,8 +370,9 @@ class mcp_queue $topic_id = $request->variable('t', 0); $forum_info = array(); - /* @var $pagination \phpbb\pagination */ - $pagination = $phpbb_container->get('pagination'); + // If 'sort' is set, "Go" was pressed which is located behind the forums {L_ONLY_TOPIC} + + +