mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14549] Correcting $redirect var to avoid the bug
by this correct $redirect will go to clean mcp page after merge PHPBB3-14549
This commit is contained in:
parent
3ccaac488b
commit
40bc4ac484
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ function merge_topics($forum_id, $topic_ids, $to_topic_id)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$redirect = request_var('redirect', build_url(array('quickmod')));
|
$redirect = request_var('redirect', "{$phpbb_root_path}mcp.$phpEx?f=$forum_id&i=main&mode=forum_view");
|
||||||
|
|
||||||
$s_hidden_fields = build_hidden_fields(array(
|
$s_hidden_fields = build_hidden_fields(array(
|
||||||
'i' => 'main',
|
'i' => 'main',
|
||||||
|
|
Loading…
Add table
Reference in a new issue