From 9d3d63181f3735a63e266fa610067d74486c833e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 30 Mar 2009 11:09:51 +0000 Subject: Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9414 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/mcp.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/mcp.php') diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 47578c3532..5f7aa3bd1f 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -170,6 +170,12 @@ if ($quickmod) break; case 'topic_logs': + // Reset start parameter if we jumped from the quickmod dropdown + if (request_var('start', 0)) + { + $_REQUEST['start'] = 0; + } + $module->set_active('logs', 'topic_logs'); break; -- cgit v1.2.1