aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 3ff42be8d4..b2cd39c7af 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -168,6 +168,10 @@ if ($quickmod)
$module->set_active('logs', 'topic_logs');
break;
+ case 'merge_topic':
+ $module->set_active('main', 'forum_view');
+ break;
+
case 'split':
case 'merge':
$module->set_active('main', 'topic_view');