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} + + +