aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index ba0e47c6c2..df1bf291de 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -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;