mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Merge changes made in revisions #r9405 to #r9467
2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -169,6 +169,13 @@ if ($quickmod)
|
||||
break;
|
||||
|
||||
case 'topic_logs':
|
||||
// Reset start parameter if we jumped from the quickmod dropdown
|
||||
if (request_var('start', 0))
|
||||
{
|
||||
phpbb_request::overwrite('start', 0, phpbb_request::GET);
|
||||
phpbb_request::overwrite('start', 0, phpbb_request::REQUEST);
|
||||
}
|
||||
|
||||
$module->set_active('logs', 'topic_logs');
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user