mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix #49625 r10002 - Do not drop forum_id on mcp_front (un)approval
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10139 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bf63d6cf10
commit
c768cff554
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ function mcp_front_view($id, $mode, $action)
|
||||||
}
|
}
|
||||||
|
|
||||||
$s_hidden_fields = build_hidden_fields(array(
|
$s_hidden_fields = build_hidden_fields(array(
|
||||||
'redirect' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main')
|
'redirect' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=main' . (($forum_id) ? '&f=' . $forum_id : ''))
|
||||||
));
|
));
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue