mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- urlencoded usernames don't need htmlspecialchars [Bug #8794]
- fulltext_mysql still used synonyms/ignore words [Bug #5405] - merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293] - renamed "fork" to "copy" (was already called "copy" in some places) - Copied posts should not increase post count, and should also not decrease it on deletion [Bug #8072] git-svn-id: file:///svn/phpbb/trunk@7261 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user