aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php6
1 files changed, 6 insertions, 0 deletions
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;