1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

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
This commit is contained in:
Meik Sievertsen
2009-03-30 11:09:51 +00:00
parent 1fae177b9a
commit 9d3d63181f
3 changed files with 8 additions and 1 deletions

View File

@@ -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;