mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
commit
cfa2bc534b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue