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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user