mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-11 03:12:21 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
13d0549e59
@ -466,7 +466,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
||||
return;
|
||||
}
|
||||
|
||||
$redirect = $request->variable('redirect', build_url(array('quickmod')));
|
||||
$redirect = $request->variable('redirect', "{$phpbb_root_path}mcp.$phpEx?f=$forum_id&i=main&mode=forum_view");
|
||||
|
||||
$s_hidden_fields = build_hidden_fields(array(
|
||||
'i' => 'main',
|
||||
|
Loading…
x
Reference in New Issue
Block a user